-
Notifications
You must be signed in to change notification settings - Fork 1.8k
doc:update contributing md for internal developers #5250
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
doc:update contributing md for internal developers #5250
Conversation
/bot skip --comment "docs only" |
3c8461d
to
e3c3613
Compare
PR_Github #9048 [ skip ] triggered by Bot |
PR_Github #9048 [ skip ] completed with state |
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. Added some nits.
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.
Pull Request Overview
Updates CONTRIBUTING.md to strengthen internal developer workflows post-mortem of release delay by enforcing ID tagging, branch targeting, and release-blocker labeling.
- Require JIRA/NVBUG IDs in PR titles and provide NVIDIAN-only examples
- Add guidance for submitting fixes to dedicated branches via NVBUG keywords
- Introduce “release blocker” label requirement for delay-critical PRs
Comments suppressed due to low confidence (3)
CONTRIBUTING.md:114
- [nitpick] The placement of the commit type
[fix]
after the NVBUG ID differs from earlier examples; consider standardizing the format across all title examples for consistency.
* [nvbug/5334370][fix] Fix one model EAGLE3 (**NVIDIAN only**)
CONTRIBUTING.md:129
- [nitpick] The term
nvbug **kw** field
is ambiguous; clarify which keyword field in the NVBUG system this refers to or rephrase for better clarity.
**kw** field. For example, if a bug is reported on the release/v0.20 branch, please submit the fix to
CONTRIBUTING.md:132
- [nitpick] It may be helpful to link to or define the
release blocker
label (e.g., in a label glossary) so contributors know where to find it and when to apply it.
Meanwhile, please add the "release blocker" label to any PRs that could potentially cause a release delay.
e3c3613
to
6a219f6
Compare
6a219f6
to
f9d306a
Compare
/bot reuse-pipeline |
PR_Github #9317 [ reuse-pipeline ] triggered by Bot |
PR_Github #9317 [ reuse-pipeline ] completed with state |
76f482b
to
d78bdab
Compare
/bot skip --comment "docs only" |
Signed-off-by: nv-guomingz <[email protected]>
d78bdab
to
a8bf024
Compare
Following PR for 0.20 post-mortem of release delay