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

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

Learn to write good commit message and description #5

Open webknjaz opened 5 years ago

webknjaz commented 5 years ago

According to common commit style guides, it is required to write messages in an imperative manner. Make them actionable. Also avoid using -m as you often need to express more detail in a long way. Here's several articles sharing best practices:

N.B. This all applies to issues and PRs.

webknjaz commented 5 years ago

@RootenberG now apply the above principles to all of your commits and maybe rewrite Git history of the branch bound to https://github.com/kpi-web-guild/devspace/pull/6. Please also use the same style when creating issues and PRs on GitHub.

webknjaz commented 5 years ago

@RootenberG I think that you need to re-read the commit recommendations mindfully once more.