Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 853 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 853 Bytes

#Contributing

##Code style

##Fixing or adding something If you find something you want to fix, please open an issue for each issue and refer to them in your commits, it helps keep track of what the issue is and allows others to give advice

##Commits When you make a commit, please ensure you have opened an issue about it (see above), and then follow this format:

(#<issue number>) - <below 50 characters of description, using present tense>

For example

(#3) - Fix broken links on accounts page

##Tests :cold_sweat: working on it


I'm very open to suggestions on best practices for the repo.