Skip to content

Commit 6963d26

Browse files
authored
create contribution guidelines
1 parent fffa064 commit 6963d26

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# How to contribute to sequence-layout
2+
3+
## **Did you find a bug?**
4+
5+
* Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/transferwise/sequence-layout/issues).
6+
7+
* 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.
8+
9+
## **Did you write a patch that fixes a bug?**
10+
11+
* Open a new GitHub pull request with the patch.
12+
13+
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
14+
15+
## **Do you intend to add a new feature or change an existing one?**
16+
17+
* Suggest your change in the [Issues](https://github.com/transferwise/sequence-layout/issues) section and add the `feature-request` label.
18+
19+
Thank you for feedback and contributions!
20+
21+
The TransferWise Android team
22+
23+
*These contribution guidelines have been adapted from https://github.com/rails/rails/blob/master/CONTRIBUTING.md*

0 commit comments

Comments
 (0)