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
[Organization acronym][Project first letter][Team first letter] [Issue name]
SSKB Contribution Guideline
- SS = Organization acronym / Sphinx Society
- K = Project first letter / Kaizen
- B = Team first letter / Backend
- Contribution Guideline = Issue name
[Organization acronym][Project first letter][Team first letter]-[Issue ID]
git checkout -b SSKB-1
git checkout -b SSKW-1
- SS = Organization acronym / Sphinx Society
- K = Project first letter / Kaizen
- B = Team firts letter / Backend
- 1 = Issue ID
[Branch Name] + [Verb] + [Substantive] + [What for]
git commit -m 'SSKB-1 Added logger class to use a logger service'
git commit -m 'SSKB-1 Added logger class to use a logger service'
- Branch Name - SSKB-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 sphinx-society/kaizen-web-client GitHub repository, you agree to license your contribution under the MIT license.