Skip to content

Commit

Permalink
docs(CONTRIBUTING.md): added information about semantic commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkolesidis committed Jul 8, 2022
1 parent 2aa55b7 commit aa8db5a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,28 @@ All of these are very worthwhile contributions and are more than welcome!

All contributors will be added in the designated section in the project's readme file.



### Semantic Commit Messages
Starting from version 1.0.0, the project is using semantic commit messages. Please refer to the following links:

[Semantic Commit Messages](https://sparkbox.com/foundry/semantic_commit_messages)
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
[Git Commit Msg](http://karma-runner.github.io/1.0/dev/git-commit-msg.html)



### The JSS-01 is in active development, so if you have any ideas or want to help, feel free to:

0. Start by creating an issue, so proposed changes can be discussed
1. Fork the Project
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
3. Commit your Changes (git commit -m 'Add some AmazingFeature')
4. Push to the Branch (git push origin feature/AmazingFeature)
5. Open a Pull Request
5. Open a Pull Request to the develop branch

Please contact us for any inquiries :)



[Our Contributor Covenant Code of Conduct](https://github.com/michaelkolesidis/javascript-software-synthesizer/blob/main/CODE_OF_CONDUCT.md)

0 comments on commit aa8db5a

Please sign in to comment.