Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 490 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 490 Bytes

Please follow these things, so your code can be merged seamlessly.

  1. Use 4 spaces for indentation
  2. Use ' instead of " for strings
  3. Use cherry-picking to avoid unnecessary commits in the pull request
  4. Maybe squash your commits before pull requesting
  5. Revert accidents instead of changing them back with a new commit
  6. Test your and rest of the code