From 04d815fd8fba1eb3b075674ea2c9028bcc3fc0d4 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Fri, 20 Mar 2020 18:10:10 +0000 Subject: [PATCH] Update Contributor Guide --- Contributor-Guide.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Contributor-Guide.md b/Contributor-Guide.md index 947a696..5d447d4 100644 --- a/Contributor-Guide.md +++ b/Contributor-Guide.md @@ -53,7 +53,11 @@ To add or update a kernel patch carried for ARK, start a new branch based on ``a ### Commit messages -Kernel patches should be submitted upstream prior to being sent for inclusion in Fedora. The commit message for the patch should be the same as upstream, except for the addition of one tag in the message. Each commit should contain an `Upstream Status` tag to indicate where the patch can be found. Some examples: +Kernel patches should be submitted upstream prior to being sent for inclusion in Fedora. The commit message for the patch should be the same as upstream, except for the addition of a few tags the message. + +##### Upstream Status + +Each commit should contain an `Upstream Status` tag to indicate where the patch can be found. Some examples: A patch that's been sent upstream, but is not yet in a sub-maintainer's tree should link to the email: @@ -67,6 +71,9 @@ Finally, a downstream-only patch : Upstream Status: RHEL only +##### Bugzilla + +As with configuration and build script changes, if there is a Bugzilla bug relating to the kernel commit, please include a reference to it using the format `Bugzilla: `. ## Licensing