Gut git brauch
The whole project is specified in the specs document. From installation to commands and git flow explanation, you should find everything there. If something's amiss, please create an issue.
There's a killer feature missing? A bug found a way in? The documentation is insufficient? Any contribution is welcome, please get a look at my contribution guidelines.
For the more code-specific things:
- Git
- Create an issue on this repository so we can discuss your contribution
- Fork this repository
- Hack on a separate topic branch created from the latest
master
and named following the branch naming convention - Commit and push the topic branch
- Every behaviour modification should be reported in the specs, you can ask me to do that if you find it boring though
- Make a pull request
- Code style
- Please configure your IDE to use the
.jscsrc
file for formatting - Please favor immutable variables and pure functions where applicable
- Please configure your IDE to use the
- Other
- Always let me know by issue before contributing so that we don't work on the same topic and waste time
- You don't know how or don't have the time to contribute? Sharing your ideas in issues is already contributing and appreciated!
Thank you for helping out!