]>
Commit | Line | Data |
---|---|---|
1 | # Contributing to Tomato Sauce | |
2 | ||
3 | This project doesn't really have much of a roadmap other than making | |
4 | more screens. If you have any new screens or would like to make | |
5 | improvements please feel free to submit changes. | |
6 | ||
7 | ## The objective of Tomato Sauce | |
8 | ||
9 | Render pretty things using telnet | |
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 |