github: Sync ISSUE_TEMPLATE with xmonad-contrib

Related: https://github.com/xmonad/xmonad-contrib/pull/533
This commit is contained in:
Tomas Janousek 2021-08-15 22:25:59 +01:00
parent 3e76270245
commit 6c31aad683

View File

@ -1,12 +1,16 @@
### Problem Description ### Problem Description
Describe the problem you are having, what you expect to happen Describe the problem you are having and what you expect to happen
instead, and how to reproduce the problem. instead.
### Steps to Reproduce
Give detailed step-by-step instructions on how to reproduce the problem.
### Configuration File ### Configuration File
Please include the smallest configuration file that reproduces the Please include the smallest _full_ configuration file that reproduces
problem you are experiencing: the problem you are experiencing:
```haskell ```haskell
module Main (main) where module Main (main) where
@ -21,4 +25,6 @@ main = xmonad def
- [ ] I've read [CONTRIBUTING.md](https://github.com/xmonad/xmonad/blob/master/CONTRIBUTING.md) - [ ] I've read [CONTRIBUTING.md](https://github.com/xmonad/xmonad/blob/master/CONTRIBUTING.md)
- [ ] I tested my configuration with [xmonad-testing](https://github.com/xmonad/xmonad-testing) - I tested my configuration
- [ ] With `xmonad` version XXX (commit XXX if using git)
- [ ] With `xmonad-contrib` version XXX (commit XXX if using git)