mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Merge pull request #533 from slotThe/update-templates
Update issue and pull-request templates
This commit is contained in:
commit
aa6d1eb60b
8
.github/ISSUE_TEMPLATE.md
vendored
8
.github/ISSUE_TEMPLATE.md
vendored
@ -9,8 +9,8 @@ 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
|
||||||
@ -25,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)
|
||||||
|
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -7,7 +7,8 @@ behind them.
|
|||||||
|
|
||||||
- [ ] 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 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
|
- [ ] I updated the `CHANGES.md` file
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user