Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.8 KB

CONTRIBUTING.md

File metadata and controls

42 lines (24 loc) · 1.8 KB

How to contribute

Reporting and improving

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

Do you have an idea to improve the application?

  • Ensure the suggestion was not already ask by searching on GitHub under Issues.

  • If you're unable to find an open issue about your feature, open a new one. Be sure to include a title and clear description, as much relevant information as possible

Do you want to contribute to the application documentation?

  • Ensure the documentation improvement was not already submitted by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing this, clone the wiki git on your computer

  • Open a new issue. Be sure to include a title and clear description, as much relevant information as possible and the patch for the documentation

Coding conventions

Check your code by running the command:

npm run lint
npm run test

The command will output any information worth knowing. No error should be left.


Thanks!