You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
18
18
3. If you've added new driver, changed usage, or made some nontrivial changes - update the documentation.
19
19
4. Ensure the test suite passes.
20
20
5. Don't forget to add "Signed-off-by: Your Name <your@email_domain.com>" line in the commit message.
21
-
6. If you are a Red Hat contributor, you must include [BZ](https://bugzilla.redhat.com) number in the commit message
22
-
7. Prefix commit messages with the affected component. For example: "NetKVM: BZ#1234567: implementing dynamic NDIS version support".
21
+
6. If you are a Red Hat contributor, you must include [Jira](https://issues.redhat.com/) key in the commit message
22
+
7. Prefix commit messages with the Jira key first, and then the affected component. For example: "RHELMISC-8923: NetKVM: implementing dynamic NDIS version support".
0 commit comments