kpi-web-guild / django-girls-blog-Martolivna

django-girls-blog-Martolivna created by GitHub Classroom
Other
0 stars 0 forks source link

Configure pre-commit tool for this repo #12

Closed webknjaz closed 1 year ago

webknjaz commented 2 years ago

Rules:

  1. DO NOT commit to the main branch directly. ever.
  2. ABSOLUTELY NO force pushes allowed for public non-feature branches.
  3. For every feature, create a new branch matching name features/<issue-number>-<feature-name>.
  4. Submit every feature by creating Pull Request @ github, after that wait for review, fix issues, repeat until approved. If needed rebase the branch on top of main and re-push force it.
Martolivna commented 1 year ago

Should I write some commit description when adding a new configuration file?

webknjaz commented 1 year ago

A full commit message with title and description is almost always a good idea. Give it a try. If it turns out to not be compliant w/ #6 and #7, that can always be corrected during the PR review.