Skip to content

Commit 1007e4f

Browse files
Add contributing guidelines to CONTRIBUTING.md
Outlined contribution guidelines for the project.
1 parent b7f5a4e commit 1007e4f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Contributing
2+
3+
I am open to contributions to the code base. The following rules should be followed:
4+
5+
1. Contributions should be made by Pull Requests targeting the `develop` branch.
6+
2. All commits should have a meaningful messages.
7+
3. All commits should have a reference to your GitHub user.
8+
4. Ideally all new changes should include appropriate unit test coverage.

0 commit comments

Comments
 (0)