updated issue template
This commit is contained in:
parent
d0ac9ca67e
commit
a61ad7c1a4
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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.
|
||||
|
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -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"
|
||||
|
||||
|
|
3
.github/ISSUE_TEMPLATE/enhancement.md
vendored
3
.github/ISSUE_TEMPLATE/enhancement.md
vendored
|
@ -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.
|
||||
|
|
20
.github/ISSUE_TEMPLATE/i3_compat.md
vendored
20
.github/ISSUE_TEMPLATE/i3_compat.md
vendored
|
@ -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.
|
Loading…
Reference in a new issue