Update Contributor Guide

Jeremy Cline 2020-03-20 18:10:10 +00:00
parent 16789b7a98
commit 04d815fd8f

@ -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: <url>`.
## Licensing