]>
Commit | Line | Data |
---|---|---|
b006b62b BB |
1 | # Contributing to Flower |
2 | ||
3 | This was a project I did for fun, I have no intention of updating it. While | |
4 | contributions are currently not expected, any input, improvement or help is | |
5 | welcome and appreciated. | |
6 | ||
7 | ## The objective of Flower | |
8 | ||
9 | To draw a pretty flower | |
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 |