diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-06 15:32:23 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-06 15:32:37 -0400 |
commit | 9dca18b6f7a4e0ff2234e61a18213af3f0196fff (patch) | |
tree | 42121757f0998f65102be35352b4860166bfd666 | |
parent | 51c077798cf06ebd5e27271fb5e276c181f8a077 (diff) |
Add Firefox note to ISSUE_TEMPALTE.md
-rw-r--r-- | ISSUE_TEMPLATE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 7caa5d1e..6014697e 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -5,6 +5,8 @@ If you are using the nvidia proprietary driver for any reason, you have two choi If `lsmod | grep nvidia | wc -l` shows anything other than zero, your bug report is not welcome here. +Additionally, problems with Firefox are almost certainly Firefox bugs, not sway bugs. Start by submitting your issue to the Firefox bugzilla and come back here only after they confirm otherwise. + 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. If sway crashes, also include a stack trace. Obtain your version like so: |