commit 10b8170f55580c6cbb9328596617901dfda7d0c9 parent ad680b40192f665dd7af4d62ab6996318e275cb6 Author: Ingo Bürk <ingo.buerk@tngtech.com> Date: Sun, 20 May 2018 11:23:19 +0200 Added ISSUE_TEMPLATE.md Diffstat:
| A | .github/ISSUE_TEMPLATE.md | | | 29 | +++++++++++++++++++++++++++++ |
1 file changed, 29 insertions(+), 0 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,29 @@ +<!-- +PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. +--> + +## I'm submitting a… +<!-- Please check one of the following options with "x" --> +<pre> +[ ] Bug +[ ] Feature Request +[ ] Other (Please describe in detail) +</pre> + +## Current Behavior +<!-- Describe the current behavior --> + +## Expected Behavior +<!-- Describe the desired behavior you expect after mitigation of the issue --> + +## Reproduction Instructions +<!-- +For bug reports, please provide detailed instructions on how the bug can be reproduced. +For feature requests, you can remove this section. +--> + +## Environment +Output of `i3lock --version`: +<pre> +i3lock version: +</pre>
