From 93318d211b608cba24773c7243f65bdeaf2b0d2f Mon Sep 17 00:00:00 2001 From: TheAvidDev Date: Mon, 31 Aug 2020 13:16:44 -0400 Subject: [PATCH] Update GitHub issue templates and config Fixes #1 --- .github/FUNDING.yml | 5 ----- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++---- .github/ISSUE_TEMPLATE/config.yml | 4 ---- .github/ISSUE_TEMPLATE/enhancement.md | 2 +- .github/ISSUE_TEMPLATE/i3_compat.md | 20 -------------------- 5 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/ISSUE_TEMPLATE/i3_compat.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index de7a8ac4e..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,5 +0,0 @@ -# These are supported funding model platforms - -github: ddevault -patreon: sircmpwn -custom: https://drewdevault.com/donate diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4e4f6a778..e76c05d46 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,14 +1,12 @@ --- name: Bugs -about: Crashes and other bugs +about: Crashes and other bugs which doesn't occur in Sway upstream labels: 'bug' --- ### Please read the following before submitting: -- Please do NOT submit bug reports for questions. Ask questions on IRC at #sway on irc.freenode.net. -- Proprietary graphics drivers, including nvidia, are not supported. Please use the open source equivalents, such as nouveau, if you would like to use Sway. -- Problems with the Wayland version of Firefox are likely to be Firefox bugs. Start by submitting your issue to the Firefox Bugzilla and come back here only after they confirm otherwise. +- Make sure the issue is with one of the additional features of sway-borders or one which does not occur in sway upstream. ### Please fill out the following: - **Sway Version:** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f09cdf5bb..3ba13e0ce 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1 @@ blank_issues_enabled: false -contact_links: - - name: Questions - url: "http://webchat.freenode.net/?channels=sway&uio=d4" - about: "Please ask questions on IRC in #sway on irc.freenode.net" diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 3ed45b01d..c9f7721ba 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -6,7 +6,7 @@ labels: 'enhancement' --- ### Please read the following before submitting: -- We are not accepting any new window management features unless they get implemented by i3. Please consider searching for or opening an i3 feature request. +- Please try and get your feature implemented into Sway upstream first. This can be omittited if it definitely won't make it, such as more asthetic features like blur. ### Please fill out the following: - **Description:** diff --git a/.github/ISSUE_TEMPLATE/i3_compat.md b/.github/ISSUE_TEMPLATE/i3_compat.md deleted file mode 100644 index 4dfa21c3c..000000000 --- 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.