diff options
author | Daniel Mack <github@zonque.org> | 2016-02-22 09:58:23 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-02-22 09:58:23 +0100 |
commit | 2c0608a33d6575f437dfc2db5394b9b572b19ff8 (patch) | |
tree | d351d9bf158ba489cf4835196e77fcc568346009 | |
parent | 493070f3dc6f30f35799b5677f3263af1e8e7df5 (diff) | |
parent | 67b56fb29e2123fee1498084869103d027f14073 (diff) |
Merge pull request #2686 from poettering/github-templates
add github issue template
-rw-r--r-- | .github/CONTRIBUTING.md (renamed from CONTRIBUTING.md) | 0 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 29 |
2 files changed, 29 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 18081cbb48..18081cbb48 100644 --- a/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.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 + +> … |