summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2022-11-22 16:36:27 +0100
committerPetr Vorel <pvorel@suse.cz>2022-11-22 16:36:54 +0100
commitec58b98be206587a42c4bfc958a18ae5a419d7b1 (patch)
tree230e3c469367a8c51d7ec516d12f00ab790b0c02 /.github
parentd932f9643cac5da30bf7c8c6f4983af4e248e7b9 (diff)
downloadiputils-ec58b98be206587a42c4bfc958a18ae5a419d7b1.tar.gz
github: Comment out hints
In case submitter does not fill them. Signed-off-by: Petr Vorel <pvorel@suse.cz>
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md17
-rw-r--r--.github/pull_request_template.md20
2 files changed, 15 insertions, 22 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 8f2732f..b3de6dc 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,11 +1,8 @@
[ type description here; PLEASE REMOVE THIS LINE AND THE LINES BELOW BEFORE SUBMITTING THIS ISSUE ]
-
-If reporting a bug, please document how to reproduce it.
-
-Please always test the latest master branch.
-
-Finding the commit which introduced the problem helps (bisecting).
-
-Document the kernel and distribution that were used.
-
-Tests should ideally use network namespaces to not interfere with the rest of the system.
+<!--
+* If reporting a bug, please document how to reproduce it.
+* Please always test the latest master branch.
+* Finding the commit which introduced the problem helps (bisecting).
+* Document the kernel and distribution that were used.
+* Tests should ideally use network namespaces to not interfere with the rest of the system.
+-->
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 1af61c9..b2d490c 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,15 +1,11 @@
[ type description here; PLEASE REMOVE THIS LINE AND THE LINES BELOW BEFORE SUBMITTING THIS PULL REQUEST ]
-
-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
+<!--
+* 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
+* 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.
+* To update the code in the pull request, use git push -f. Do not open a new pull request.
+-->