Skip to content

Commit

Permalink
DOC Add CONTRIBUTING.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed May 20, 2020
1 parent e9e5d82 commit 92ba527
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Contributing

Pull requests are welcome, but often it will be fruitful to first discuss it on [the
mailing-list](https://ngless.embl.de/contacts.html).

Generally, making all the tests pass is needed for a pull request to be accepted, although
sometimes a pull request can be in the form of a failing test (as a bug report). Note that
NGLess has a strong culture of strict backwards compatibility, so changing behaviour
requires (at the very least) discussion.

For all but the smallest changes, please list them on the `ChangeLog` and the
`docs/source/whatsnew.rst` files.

0 comments on commit 92ba527

Please sign in to comment.