Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

43 lines (29 loc) · 1.55 KB

Contributing to design-patterns

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to design-patterns repository, which are hosted in GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

What should I know before I get started?

Code of Conduct

This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Technical Requirements

Just JavaScript, TypeScript and Git.

Conventions

Using Deno Formatter should be fine for now. Since Deno is the runtime of choice for this project, please don't mix the code with conventions of different runtimes.

Design Decisions

To make a significant decision in how we maintain the project and what we can or cannot support, please open a new topic as an issue to discuss the suggested design first.

How Can I Contribute?

It is publicly open for any contribution. Reporting bugs, suggesting enhancements, bugfixes, new features and extra modules are welcome.

  • To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
  • To report a bug: If something does not work, please report it using GitHub Issues.