We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e5d82 commit 92ba527Copy full SHA for 92ba527
CONTRIBUTING.md
@@ -0,0 +1,12 @@
1
+# Contributing
2
+
3
+Pull requests are welcome, but often it will be fruitful to first discuss it on [the
4
+mailing-list](https://ngless.embl.de/contacts.html).
5
6
+Generally, making all the tests pass is needed for a pull request to be accepted, although
7
+sometimes a pull request can be in the form of a failing test (as a bug report). Note that
8
+NGLess has a strong culture of strict backwards compatibility, so changing behaviour
9
+requires (at the very least) discussion.
10
11
+For all but the smallest changes, please list them on the `ChangeLog` and the
12
+`docs/source/whatsnew.rst` files.
0 commit comments