11 lines
360 B
Markdown
11 lines
360 B
Markdown
# 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` |