- Fork it (https://github.com/recanman/privacychan/fork).
- Create your feature branch (
git checkout -b my-new-feature
). - Stage your files (
git add .
). - Commit your changes (
git commit -am 'commit message'
). - Push to the branch (
git push origin my-new-feature
). - Create a new pull request (https://github.com/recanman/privacychan/compare).
Please use the following format for your commit messages:
<type>: <description>
- feat – a new feature is introduced with the changes
- fix – a bug fix has occurred
- chore – changes that do not relate to a fix or feature and don't modify src or test files (for example updating dependencies)
- refactor – refactored code that neither fixes a bug nor adds a feature
- meta – updates to documentation and other non-source related files
- style – changes that do not affect the meaning of the code, likely related to code formatting such as white-space, missing semi-colons, and so on.
- revert – reverts a previous commit
- major - introduces a breaking change