1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-26 17:51:51 -07:00

Merge pull request from slotThe/update-templates

Update issue and pull-request templates
This commit is contained in:
Tomáš Janoušek
2021-05-07 00:24:54 +01:00
committed by GitHub
2 changed files with 7 additions and 4 deletions

@@ -9,8 +9,8 @@ Give detailed step-by-step instructions on how to reproduce the problem.
### Configuration File
Please include the smallest configuration file that reproduces the
problem you are experiencing:
Please include the smallest _full_ configuration file that reproduces
the problem you are experiencing:
```haskell
module Main (main) where
@@ -25,4 +25,6 @@ main = xmonad def
- [ ] 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)

@@ -7,7 +7,8 @@ behind them.
- [ ] I've read [CONTRIBUTING.md](https://github.com/xmonad/xmonad/blob/master/CONTRIBUTING.md)
- [ ] I tested my changes with [xmonad-testing](https://github.com/xmonad/xmonad-testing)
- [ ] I've considered how to best test these changes (property, unit,
manually, ...) and concluded: XXX
- [ ] I updated the `CHANGES.md` file