Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p authored May 23, 2022
1 parent 5bf754d commit c8b0ee2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Contributing code

Any code that you contribute will be licensed under the GPLv3-license adopted by salmon. However, by contributing
code to this project, you also extend permission for your contribution to be re-licensed under the BSD 3-clause
license (under which we anticipate Salmon will be released once existing GPL code can be removed).

Code contributions should be made via pull requests. Please make all PRs to the _develop_ branch
of the repository. PRs made to the _master_ branch may be rejected if they cannot be cleanly rebased
on _develop_. Before you make a PR, please check that:

* Your PR describes the purpose of your commit. Is it fixing a bug, adding functionality, etc.?
* Commit messages have been made using [*conventional commits*](https://www.conventionalcommits.org/en/v1.0.0/) — please format all of your commit messages as such.
* Any non-obvious code is documented (we don't yet have formal documentation guidelines yet, so use common sense)

0 comments on commit c8b0ee2

Please sign in to comment.