summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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.
+
+-->