summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2022-10-13 23:59:58 +0200
committerPetr Vorel <pvorel@suse.cz>2022-10-19 14:41:27 +0200
commit6ae3243eccf54cb5aa76513c32f7c7a5c45763cd (patch)
tree46ec3f2bb8f3205c797d3cb19368f2de3d06740a /.github
parent4ce19a77e16e349ea70d3ac3412ecffa58eeeb5f (diff)
downloadiputils-6ae3243eccf54cb5aa76513c32f7c7a5c45763cd.tar.gz
github: Add pull request template
Duplicity with Contributing section in README.md, but some contributors might not read it. Reviewed-by: David Heidelberg <david@ixit.cz> Signed-off-by: Petr Vorel <pvorel@suse.cz>
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..5c81320
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,13 @@
+If fixing a bug, please document how to reproduce it.
+
+Finding the commit which introduced the problem helps (bisecting). Add Fixme: tag.
+
+If adding a feature, please describe why it's useful to add it.
+
+Commits should be signed: Your Name <me@example.org>, see
+https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin
+
+Although code style is for most tools is ancient, new code should follow Linux kernel coding style, see
+https://www.kernel.org/doc/html/latest/process/coding-style.html.
+
+To update the code in the pull request, use git push -f. Do not open a new pull request.