summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..405454b
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,23 @@
+<!--
+
+IMPORTANT NOTICE
+
+Github is only as mirror! Please send issues and pull requests via email to
+[my public inbox on sourcehut](mailto:~matthiasbeyer/public-inbox@lists.sr.ht).
+
+
+To send patches, for the lazy:
+
+```
+git format-patch --subject-prefix=repolocli \
+ --to="~matthiasbeyer/public-inbox@lists.sr.ht" \
+ --cover-letter \
+ --numbered \
+ --signoff \
+ master..HEAD
+```
+
+Make sure to --signoff your patches, with that you agree to the
+[Developer Certificate of Origin](https://developercertificate.org/)!
+
+-->