diff options
| author | Simeon Simeonov | 2020-03-12 12:30:51 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2020-03-12 12:30:51 +0100 |
| commit | 69a05d516bd0c7e369a0ba1fb78aac57a5ea26f2 (patch) | |
| tree | 87e37110ea0e328533a41c3b16b64036ff132641 /.github | |
Initial commit for the last i3lock commit at this time f3b061233e28ad0cf920c9421adc2459b6920812
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CONTRIBUTING.md | 3 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 29 |
2 files changed, 32 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..ab0456b --- /dev/null +++ b/.github/CONTRIBUTING.md | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | Please do not send/request features related to image manipulation. i3lock’s | ||
| 2 | support for background images is intentionally kept minimal, you should do all | ||
| 3 | pre-processing in external tools. | ||
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> | ||
