diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-31 08:13:56 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-10-31 08:13:56 -0400 |
commit | fbbf810668783636816cb8ceaca4e5cb628c6778 (patch) | |
tree | 22b0b008e2eb539bb0e44cb2cc482becc945f70c /ISSUE_TEMPLATE.md | |
parent | d3a62633113d487b5a5b1b484736dbe7cbe26bd0 (diff) |
Update ISSUE_TEMPLATE.md
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r-- | ISSUE_TEMPLATE.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 21f0a36e..5f3bb6bb 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,4 +1,11 @@ -Please include the following four components in your bug report: sway version, debug log, configuration (if applicable), and an explanation of steps taken to reproduce the issue. +If you are using the nvidia proprietary driver for any reason, you have two choices: + +1. Uninstall it and use nouveau instead +2. Use X11+i3 and close your browser tab + +If `lsmod | grep nvidia | wc -l` shows anything other than zero, your bug report is not welcome here. + +Otherwise, please include the following four components in your bug report: sway version, debug log, configuration (if applicable), and an explanation of steps taken to reproduce the issue. Obtain your version like so: |