diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..591fdfe --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | <!-- | ||
| 2 | PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. | ||
| 3 | --> | ||
| 4 | |||
| 5 | ## I'm submitting a… | ||
| 6 | <!-- Please check one of the following options with "x" --> | ||
| 7 | <pre> | ||
| 8 | [ ] Bug | ||
| 9 | [ ] Feature Request | ||
| 10 | [ ] Other (Please describe in detail) | ||
| 11 | </pre> | ||
| 12 | |||
| 13 | ## Current Behavior | ||
| 14 | <!-- Describe the current behavior --> | ||
| 15 | |||
| 16 | ## Expected Behavior | ||
| 17 | <!-- Describe the desired behavior you expect after mitigation of the issue --> | ||
| 18 | |||
| 19 | ## Reproduction Instructions | ||
| 20 | <!-- | ||
| 21 | For bug reports, please provide detailed instructions on how the bug can be reproduced. | ||
| 22 | For feature requests, you can remove this section. | ||
| 23 | --> | ||
| 24 | |||
| 25 | ## Environment | ||
| 26 | Output of `i3lock --version`: | ||
| 27 | <pre> | ||
| 28 | i3lock version: | ||
| 29 | </pre> | ||
