summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-04-06 11:46:17 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-06 11:48:02 +0200
commit32b24f4e03d0dc48db7f7d9927501b07b4821c33 (patch)
treed540b2fdbddebbcb761a2ee7c4f2e47df77ff88b
parent9f29c971e589fd07c9da5871959bffaabf0f70ff (diff)
Add github PR template
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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/)!
+
+-->