From 6c31aad683f102497daaf408f980a15458d5664f Mon Sep 17 00:00:00 2001 From: Tomas Janousek <tomi@nomi.cz> Date: Sun, 15 Aug 2021 22:25:59 +0100 Subject: [PATCH] github: Sync ISSUE_TEMPLATE with xmonad-contrib Related: https://github.com/xmonad/xmonad-contrib/pull/533 --- .github/ISSUE_TEMPLATE.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d837a67..812b81e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,12 +1,16 @@ ### Problem Description -Describe the problem you are having, what you expect to happen -instead, and how to reproduce the problem. +Describe the problem you are having and what you expect to happen +instead. + +### Steps to Reproduce + +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 @@ -21,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)