-
Notifications
You must be signed in to change notification settings - Fork 1.4k
doc: add commit message guidelines to the dev guide #18657
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
Conversation
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.
What about using (we already did in the past, but reverted) https://github.com/FRRouting/frr/blob/master/.github/commitlint.config.js?
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.
thanks for this - hopefully it'll be helpful!
doc/developer/workflow.rst
Outdated
|
||
- Must be no more than 72 characters | ||
- Must be a complete sentnce that can be used when generating the release changelog |
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.
maybe the real emphasis should be on a meaningful statement that can be used at release time to help produce a changelog. you could even say "help the release managers out ..." !
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 added a couple more bullet points to make this clearer.
doc/developer/workflow.rst
Outdated
|
||
- Must be separted from the tille by a blank line. | ||
- Must be Wrapped to 72 characters, unless it is a sample output. | ||
- Wrap sample output with a code format block (3 tickes line before and after) |
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.
maybe "markdown syntax code block"
and "ticks" ?
facb860
to
eae21c5
Compare
Yes, I did see this and I think we should re-enable it once we settle on the formatting rules. |
eae21c5
to
3bb2a11
Compare
401d1ee
to
fc4cbf5
Compare
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
fc4cbf5
to
5d49e40
Compare
rendered here |
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.
looks good, thanks for putting this together
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.
looks good
No description provided.