Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 815 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 815 Bytes

Contribution Guidelines

Issue:

  1. Do a search before opening a new issue. If it exists, add a comment to it instead of opening a new one.
  2. Fill in the provided issue template.
  3. Include screenshots or GIFs whenever possible.
  4. Don't be rude, describe your problem cool.

Pull Request:

  1. Fill in the provided pull request template.
  2. Reference issues whenever possible.

Code Contribution:

  1. Keep your code clean.
  2. Follow the existing coding style.
  3. Obey the TSLint Rules.
  4. Add test cases for every new functionality.
  5. Follow commit message guidelines.
  6. Make sure that the project builts before submitting a PR.

Thanks for helping out! 😄