Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 702 Bytes

File metadata and controls

15 lines (12 loc) · 702 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Pull Request Process

  1. Fork it
  2. Create new branch
    • Feature branch: git checkout -b feature/new-feature-name or git checkout -b feature/issue-number
    • Bug brach: git checkout -b bug/issue-number
    • Hotfix branch: git checkout -b hotfix/issue-number
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin ft/new-feature-name)
  5. Create new Pull Request

    Please make an issue first if the change is likely to increase.