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

django-girls-blog-l1storez created by GitHub Classroom
MIT License
0 stars 0 forks source link

Configure pre-commit tool for this repo #12

Closed webknjaz closed 3 years ago

webknjaz commented 4 years ago

Rules:

  1. DO NOT commit to master. ever.
  2. ABSOLUTELY NO force pushes allowed for public non-feature branches.
  3. For every feature, create a new branch matching name feature/<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 master and re-push force it.
webknjaz commented 4 years ago

@l1storez do this after #5 and after you read about branches in #4