File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,28 @@ All of these are very worthwhile contributions and are more than welcome!
88
99All contributors will be added in the designated section in the project's readme file.
1010
11+
12+
13+ ### Semantic Commit Messages
14+ Starting from version 1.0.0, the project is using semantic commit messages. Please refer to the following links:
15+
16+ [ Semantic Commit Messages] ( https://sparkbox.com/foundry/semantic_commit_messages )
17+ [ Conventional Commits] ( https://www.conventionalcommits.org/en/v1.0.0/ )
18+ [ Git Commit Msg] ( http://karma-runner.github.io/1.0/dev/git-commit-msg.html )
19+
20+
21+
1122### The JSS-01 is in active development, so if you have any ideas or want to help, feel free to:
1223
13240 . Start by creating an issue, so proposed changes can be discussed
14251 . Fork the Project
15262 . Create your Feature Branch (git checkout -b feature/AmazingFeature)
16273 . Commit your Changes (git commit -m 'Add some AmazingFeature')
17284 . Push to the Branch (git push origin feature/AmazingFeature)
18- 5 . Open a Pull Request
29+ 5 . Open a Pull Request to the develop branch
1930
2031Please contact us for any inquiries :)
2132
33+
34+
2235[ Our Contributor Covenant Code of Conduct] ( https://github.com/michaelkolesidis/javascript-software-synthesizer/blob/main/CODE_OF_CONDUCT.md )
You can’t perform that action at this time.
0 commit comments