We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a57cb4 commit 63bac56Copy full SHA for 63bac56
CONTRIBUTING.md
@@ -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