Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 554 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 554 Bytes

Contributing

  1. Detect which issue you want to resolve. Write comment about this and how you supposed to do this.
  2. Fork project (if you don't have permissions to push).
  3. Checkout new branch with name "#{issue_id}-#{add or fix or improve}-#{job-done-description}" (77-add-feature), compose nice commit message "##{issue-id} commit message text"(#77 Add feature :tada: -> you may use emoji) and push your branch to origin.
  4. Create pull request into master branch, add reviewers.
  5. Thank you!