Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 726 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 726 Bytes

We use GitHub workflow

You can read more about workflow on GitHub guides.

How to contribute

  1. Create an issue with description or take from available.
  2. Create a feature-branch with an issue number based on a master branch. For example, for an issue #42: git checkout -b feature/issue@42.
  3. Commit changes and push your branch.
  4. Create a pull-request from your feature branch.
  5. Link your pull-request with an issue number by comment.
  6. Wait for your pull-request and the issue to be closed.

For pretty work with process you can use git-extras - very useful tool for Git