Skip to content

Commit

Permalink
create contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
saschoar authored Mar 23, 2018
1 parent fffa064 commit 6963d26
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# How to contribute to sequence-layout

## **Did you find a bug?**

* Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/transferwise/sequence-layout/issues).

* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/transferwise/sequence-layout/issues/new). Be sure to include a title and clear description, as much relevant information as possible, and a code sample demonstrating the expected behavior that is not occurring.

## **Did you write a patch that fixes a bug?**

* Open a new GitHub pull request with the patch.

* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

## **Do you intend to add a new feature or change an existing one?**

* Suggest your change in the [Issues](https://github.com/transferwise/sequence-layout/issues) section and add the `feature-request` label.

Thank you for feedback and contributions!

The TransferWise Android team

*These contribution guidelines have been adapted from https://github.com/rails/rails/blob/master/CONTRIBUTING.md*

0 comments on commit 6963d26

Please sign in to comment.