blob: 253ff9c43e52fc286e25e4efab64bf1da05032ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Contributing to Sumo
This game is currently a personal project that is being built without
a lot of direction. While contributions are currently not expected,
any input, improvement or help is appreciated.
## The objective of Sumo
Currently: To build a game of sumo. This hopefully will take more shape
as the project gets built.
## How to contribute
Above All: Be nice, always.
* Ensure the linter shows no warnings or errors
* Don't break the CI
* Make the PRs according to [Git Flow][gitflow]: (features go to
develop, hotfixes go to master)
[gitflow]: https://github.com/nvie/gitflow
|