Files
xmonad-contrib/.github/ISSUE_TEMPLATE.md
2021-01-30 16:40:46 +01:00

622 B

Problem Description

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:

module Main (main) where

import XMonad

main :: IO ()
main = xmonad def

Checklist