Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

37 lines (21 loc) · 1.51 KB

Contribuiting

Thank you for considering contributing! There are many ways you can help.

Branches

I've decided to stick to Gitflow's workflow, so please consider to read about it before to start.

  1. Gitflow Workflow by Atlassian.com
  2. A successful Git branching model

Projects

For each version a new project will be created in order to have the issues/features grouped so it will be cleaner and easier to find the ticket.

Issues

File an issue if you think you've found a bug. Be sure to describe

  1. How can it be reproduced?
  2. What did you expect?
  3. What actually occurred?
  4. version, platform, etc. if possibly relevant.

Commit

  1. When commiting refactored code (it won't fix the issue) regarding an issue please be sure to add the Tiket ID as a prefix. Example: git commit -m "#1 Improved README.md"
  2. When commiting fixes, please follow as is mentioned in Closing issues via commit messages : Example: git commit -m "Fixes #1 - Added README.md "

Formating

Contact

If you'd like to ask about something directly, tweet me @dorinbrage