Skip to content

Commit

Permalink
Add minimal CONTRIBUTING.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneia committed Feb 22, 2016
1 parent 0d6470d commit 3734760
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Whenever you create a Pull Request (PR), a maintainer will self-assign
themselves as the *upstream*. The upstream decides if your PR is accepted and
might require you to amend additional changes before merging. You can expect
the upstream to communicate clearly if there are any issues preventing your PR
from being merged, and how they can be fixed. Once merged, the upstream will
add the `merged` label to your PR.

You can also submit PRs that are not ready to be merged: include the labels
`[wip]` in the title of PRs that require further work, and `[sketch]` for PRs
that are not meant to be merged at all.

Please cross reference related issues and PRs extensively by mentioning them in
descriptions or comments (#XXX), as it helps maintainers to read up on related
information.

Our [Documentation Guide](https://github.com/SnabbCo/snabbswitch/blob/master/src/doc/documentation-guide.md)
gives pointers on how to contribute to the project's documentation.

Copyright notices belong into `src/COPYRIGHT`; copyright notices in other files
will be rejected.

0 comments on commit 3734760

Please sign in to comment.