summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill McKinnon <[email protected]>2022-08-16 22:08:37 -0400
committerWill McKinnon <[email protected]>2022-08-16 22:08:37 -0400
commita61ad7c1a4aaf9614be83d105e8a2c181866bfeb (patch)
treeab2d835dd84162e7914105128fe93f842ad89896
parentd0ac9ca67e810e8d88d9e62635be4a07e11105dc (diff)
updated issue template
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md5
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml5
-rw-r--r--.github/ISSUE_TEMPLATE/enhancement.md3
-rw-r--r--.github/ISSUE_TEMPLATE/i3_compat.md20
4 files changed, 3 insertions, 30 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index eba606e6..e1a63b99 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -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.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 0092609b..99d680b0 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -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"
+
diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md
index 9be069a7..46ebb73c 100644
--- a/.github/ISSUE_TEMPLATE/enhancement.md
+++ b/.github/ISSUE_TEMPLATE/enhancement.md
@@ -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.
diff --git a/.github/ISSUE_TEMPLATE/i3_compat.md b/.github/ISSUE_TEMPLATE/i3_compat.md
deleted file mode 100644
index 4dfa21c3..00000000
--- a/.github/ISSUE_TEMPLATE/i3_compat.md
+++ /dev/null
@@ -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.