updated issue template

This commit is contained in:
Will McKinnon 2022-08-16 22:08:37 -04:00
parent d0ac9ca67e
commit a61ad7c1a4
4 changed files with 3 additions and 30 deletions

View file

@ -6,14 +6,13 @@ labels: 'bug'
---
### Please read the following before submitting:
- Please do NOT submit bug reports for questions. Ask questions on IRC at #sway on Libera Chat.
- Proprietary graphics drivers, including nvidia, are not supported. Please use the open source equivalents, such as nouveau, if you would like to use Sway.
- Please do NOT submit issues for information from the github wiki. The github wiki is community maintained and therefore may contain outdated information, scripts that don't work or obsolete workarounds.
If you fix a script or find outdated information, don't hesitate to adjust the wiki page.
### Please fill out the following:
- **Sway Version:**
- `swaymsg -t get_version` or `sway -v`
- **Swayfx Version:**
- `sway -v`
- **Debug Log:**
- Run `sway -d 2> ~/sway.log` from a TTY and upload it to a pastebin, such as gist.github.com.

View file

@ -1,5 +1,2 @@
blank_issues_enabled: false
contact_links:
- name: Questions
url: "https://libera.chat"
about: "Please ask questions on IRC in #sway on Libera Chat"

View file

@ -5,9 +5,6 @@ labels: 'enhancement'
---
### Please read the following before submitting:
- We are not accepting any new window management features unless they get implemented by i3.
### Please fill out the following:
- **Description:**
Please describe in plain English what the enhancement is and what the use case is.

View file

@ -1,20 +0,0 @@
---
name: i3 Compatibility
about: Sway behaves differently from or lacks i3 functionality
labels: 'i3-compat'
---
### Please read the following before submitting:
- The following either do not make sense for Wayland or we have decided against supporting:
- `restart`
- `resource`
- saving and loading layouts
- the i3 sync protocol
### Please fill out the following:
- **i3 PR:**
- If this is new i3 functionality, please add a link to the i3 pull request.
- **Description:**
- Please describe in plain English how Sway and i3's behaviors differ or what functionality Sway is lacking.