Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 623 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 623 Bytes

contributing guidelines

thank you for deciding to help contribute towards nypsi!!

commit format

please make sure to follow the semantic commit messages guide. its okay if you havent followed it perfectly, but please make sure to try and have at least meaningful commit messages. it helps everyone (:

before you commit

before you commit, husky will lint your code and format your code with prettier.

linting helps keep your code correct, making sure you dont contribute any errors

prettier formatting helps keep the code nicely formatted