mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
12 lines
522 B
Markdown
12 lines
522 B
Markdown
## Contributing Guidelines
|
|
|
|
The Content Monorepo has some guidelines and suggestions to keep the commits of the 30+ projects hosted here trackable.
|
|
|
|
### Commit Tagging
|
|
|
|
Please adhere to the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) handbook for writing your commits. Please also tag your commits according to the project, ie, if you are fixing an issue on Re-Console Plus, do fix(rc-plus), or fix(rc):.
|
|
|
|
### CI/CD
|
|
Please refer to the README.md for instructions and explanations on our CI/CD.
|
|
|