We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995aec3 commit 413f736Copy full SHA for 413f736
CONTRIBUTING.md
@@ -0,0 +1,16 @@
1
+Contributing
2
+============
3
+
4
+Everyone is welcome to contribute to this project.
5
6
+Rules are easy. You can
7
8
+* Write an issue - if you find something like a problem. The more exact, the better.
9
+* Write documentation - that's when you already know the code a bit.
10
+* Write code - maybe you need a feature pydifact isn't capable of? Add it and make a PR.
11
12
+Writing code
13
+------------
14
15
+All files must be formatted using [Black](https://black.readthedocs.io). Easier is not possible.
16
+For bigger features it is recommended to create an own branch.
0 commit comments