ferx/docs/Contributing.md

11 lines
360 B
Markdown
Raw Permalink Normal View History

# Contributing
Firstly, thanks for all the contributions!
For contributing, you should follow [conventional commit messagess rule](https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13).
## Closing issues
For closing issues, you can add `close (issue id)` to your commit message.
Here is an example: `feat(close #1): Implement ECS architecture`