commit f74c0135769227e1a9719c0eb04784db6437d34c parent 3f8b0a12c34328c3cd6f8897cd48e34930b09319 Author: Orestis <orestisf1993@gmail.com> Date: Fri, 7 Sep 2018 22:53:01 +0300 Merge pull request #188 from Airblader/feature-issue-template 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>
