Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 650 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 650 Bytes

Contributing

Steps before creating a pull request.

  1. Use yarn lint and yarn lint:fix to make sure your following the global linter rules.
  2. Always test the application to see if it works as intended with no additional bugs you may be adding!
  3. State all the changes you made in the PR, not everyone will understand what you've done!

New Concepts

Always consult the owner before introducing new concepts to the project.

Style

  • Do not remove informative comments.
  • Keep the indentation as is, do not expand something if it's compressed.
  • Try to follow the general style the owner has laid down throughout all of the code.