]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
github: add a basic issue template 2686/head
authorLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2016 20:15:17 +0000 (21:15 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2016 20:15:17 +0000 (21:15 +0100)
As documented here:

https://help.github.com/articles/creating-an-issue-template-for-your-repository/

.github/ISSUE_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..db70a88
--- /dev/null
@@ -0,0 +1,29 @@
+### Submission type
+
+[ ] Bug report
+
+[ ] Request for enhancement (RFE)
+
+*NOTE: Do not submit anything other than bug reports or RFEs via the issue tracker!*
+
+### systemd version the issue has been seen with
+
+> …
+
+*NOTE: Do not submit bug reports about anything but the two most recently released systemd versions upstream!*
+
+### Used distribution
+
+> …
+
+### In case of bug report: Expected behaviour you didn't see
+
+> …
+
+### In case of bug report: Unexpected behaviour you saw
+
+> …
+
+### In case of bug report: Steps to reproduce the problem
+
+> …