]>
Commit | Line | Data |
---|---|---|
1 | # Contributing to Dead Drop | |
2 | ||
3 | At this moment this is a pet project and not really thought out a lot, | |
4 | it may not be that active. I really appreciate any contribution. | |
5 | ||
6 | ## The objective of dead drop | |
7 | ||
8 | The main objective of dead drop is to have a place where you can dial | |
9 | through a phone and listen to a random message or record your own. | |
10 | ||
11 | ## How to contribute | |
12 | ||
13 | Above All: Be nice, always. | |
14 | ||
15 | * Ensure the linter shows no warnings or errors | |
16 | * Don't break the CI | |
17 | * Make the PRs according to [Git Flow][gitflow]: (features go to | |
18 | develop, hotfixes go to master) | |
19 | ||
20 | [gitflow]: https://github.com/nvie/gitflow |