summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-01-13 13:26:23 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-18 14:45:57 +0100
commit637fb1241c61d411cfa839dc4303798c1044ba62 (patch)
tree112c315f46aeec7a4f1a5c32b0f3834d7bab5b5e /.github
parent50baa9772a006c59074a4b924ce6a85cc8ae29fb (diff)
Add github pull request template
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..9d7b8d3
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,27 @@
+<!--
+
+IMPORTANT NOTICE
+
+Github is only as mirror! Please send issues and pull requests via email to:
+
+* [matthias.beyer@atos.net](mailto:matthias.beyer@atos.net)
+* or publicly to [the butido mailinglist](mailto:~matthiasbeyer/butido@lists.sr.ht).
+
+
+To send patches (make sure to check the CONTRIBUTING.md file), for the lazy:
+
+```
+git format-patch --subject-prefix=butido \
+ --to="~matthiasbeyer/butido@lists.sr.ht" \
+ --to="matthias.beyer@atos.net" \
+ --cover-letter \
+ --numbered \
+ --signoff \
+ master..HEAD
+```
+
+
+We might miss your PR here on github. Either way, we will probably reach out to
+you via mail anyways.
+
+-->