Skip to content

Commit 63bac56

Browse files
committed
add contribution guide
1 parent 6a57cb4 commit 63bac56

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Contributing
2+
3+
All contributions are done in form of pull requests - fork the repository, do the work, and then
4+
create a pull request.
5+
6+
In case of implementing a new feature, make sure to add testcases for it.
7+
8+
The tests are run automatically for each pull request using a CI/CD pipeline. To run the test
9+
locally, you can use `run_tests.sh`. Refer to the contents of the script for more information.
10+
11+
When making a pull request, make sure that the commits on the branch all make sense and the
12+
history of the branch is (at least somewhat) clean. If this is not the case,
13+
`git rebase --interactive` is your friend.
14+
15+
Thank you very much for your contributions!

0 commit comments

Comments
 (0)