aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2020-06-04 13:53:22 +1000
committerOliver O'Halloran <oohall@gmail.com>2020-06-05 16:10:40 +1000
commit5b1d49de9deb38ea668ccf1f822299f769f57a1a (patch)
treea44911481e413aced07d069cd1f95a15b099a402 /.github
parent37a369bbcb5a3f37de3affb77fc774375b83783e (diff)
downloadskiboot-5b1d49de9deb38ea668ccf1f822299f769f57a1a.zip
skiboot-5b1d49de9deb38ea668ccf1f822299f769f57a1a.tar.gz
skiboot-5b1d49de9deb38ea668ccf1f822299f769f57a1a.tar.bz2
github: update pull request template
The current wording is a bit curt. Flesh it out a bit and put in some useful detail. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com> Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Reviewed-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md21
1 files changed, 18 insertions, 3 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index bc7d961..ce97aa6 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,3 +1,18 @@
-Please do not submit a Pull Request via github. Our project makes use of
-mailing lists for patch submission and review. For more details please
-see https://open-power.github.io/skiboot/
+Hi there,
+
+The skiboot project (generally) doesn't take contributions via github pull
+requests. Contributions should sent to the skiboot mailing list using the
+git-format-patch and git-send-email tools. If you're unfamiliar with these
+tools, there's a guide here:
+
+https://www.freedesktop.org/wiki/Software/PulseAudio/HowToUseGitSendEmail/
+
+The list address is:
+
+ skiboot@lists.ozlabs.org
+
+Posting to the list does not require subscribing to the list. Posts from a
+non-subscribers are moderated to cut down on spam, but anyone posting
+genuine contributions will be whitelisted.
+
+See https://open-power.github.io/skiboot/ for more details.