diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e53286a1..812b81ea 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8b613637..99bd30ad 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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