π‘ A little guideline to our projects frontend, is open to contribute with all Distriters!
In order to facilitate the contribution of anyone in a project, all Sprint Names must be the code of s<number_of_strping>.
Ex:
Sprint 71 >>>>> s71
In order to facilitate the contribution of anyone in a project, all Jira ID's must be the code of Your Task ID in Jira.
In order to facilitate the contribution of anyone in a project, all branch names must be in English.
So the structure need to be:
git fetch -p
git checkout main
git pull origin main
git reset --hard origin/main
git checkout -b <type>/<sprint_name>-<jira_id>
In order to facilitate the contribution of anyone in a project, all commit messages must be in English.
We also use conventional commit messages, that is, the commit message must be in the form of a sentence, with the first word being an action, and the rest of the sentence a describing text.
So the structure need to be:
git commit -m "feat/<sprint_name>-<jira_id>: create component"
PR's are welcome !
Found a Bug ? Create an Issue.
Chat on Rocketchat