mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
github: Sync ISSUE_TEMPLATE with xmonad-contrib
Related: https://github.com/xmonad/xmonad-contrib/pull/533
This commit is contained in:
parent
3e76270245
commit
6c31aad683
16
.github/ISSUE_TEMPLATE.md
vendored
16
.github/ISSUE_TEMPLATE.md
vendored
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user