Here are a few guidelines that will help you along the way.
- Read the documentation.
- Search for duplicates.
- Make sure you're following the templates, if you don't see a template for your type of issue feel free to create a feature issue for it.
- Make sure you're following the issues naming standard
[Issue type] [Issue name]
Bug Report - Contribution Guideline
-
Bug Report
-
Feature Request
-
Contribution Guideline = Issue name
[Type]-[Issue ID]
git checkout -b feature-1
git checkout -b hotfix-1
- feature = Issue type
- 1 = Issue ID
[Branch Name] + [Verb] + [Substantive] + [What for]
git commit -m '[feaure-1] - Added logger class to use a logger service'
- Branch Name - feature-1
- Verb - Added
- Substantive - logger class
- What for - to use a logger service
- Make sure you created an Issue related to it and you're following the issues section recommendations
- Make sure you're following the branches section recommendations
- Make sure you're following the commits section recommendations
By contributing your code to the platzily/platzily-ui GitHub repository, you agree to license your contribution under the MIT license.