Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SukantGujar authored Mar 12, 2019
1 parent 37d6644 commit b02a9d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# About
This file documents the contribution guidelines for this project. This list is by no means complete and the final decision to accept contribution in form of PRs is reserved by the owner of this project.

# Code quality
- This project uses Prettier to take care of some of the code styling hassles. Ensure that the commited code is pre-formatted per the included Prettier configuration file.
- All tests must pass before the code is pushed.
- Fix any tests which are broken by the new changes.
- Add new tests along with your changes before submitting PRs.

0 comments on commit b02a9d1

Please sign in to comment.