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
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
git commit -m 'feat: Added logger class to use a logger service'
- Type Name - feat
- Description - Added logger class to use a logger service
More info: Conventional Commits
- 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