-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(contributing): describe using conventional commits #877
Conversation
2a28ba5
to
a16d3d6
Compare
Co-authored-by: tomasz1986 <[email protected]>
|
||
- Commits that resolve an existing issue must include the issue number | ||
as ``(fixes #123)`` at the end of the commit message subject. A correctly | ||
formatted commit message looks like this:: | ||
|
||
lib/dialer: Add env var to disable proxy fallback (fixes #3006) | ||
feat(dialer): add env var to disable proxy fallback (fixes #3006) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought we wanted to move the "fixes" mention from the subject to the message body?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do, in principle, but there was some pushback and we have some scripts that expect it, so I think it can stay for now.
Co-authored-by: André Colomb <[email protected]>
Policy change.