From 67b56fb29e2123fee1498084869103d027f14073 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 21 Feb 2016 21:15:17 +0100 Subject: github: add a basic issue template As documented here: https://help.github.com/articles/creating-an-issue-template-for-your-repository/ --- .github/ISSUE_TEMPLATE.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..db70a888a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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 + +> … -- cgit v1.2.3-54-g00ecf