aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/i3_compat.md
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2020-07-06 17:18:47 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2020-07-06 23:30:14 +0200
commitbac9559665bc908e4f61a6405a6ce5109956f4a3 (patch)
tree29117183b2dc3be771cb53da8f5012fa02440cec /.github/ISSUE_TEMPLATE/i3_compat.md
parentprotocols: sync wlr-layer-shell-unstable-v1 with wlroots (diff)
downloadsway-bac9559665bc908e4f61a6405a6ce5109956f4a3.tar.gz
sway-bac9559665bc908e4f61a6405a6ce5109956f4a3.tar.zst
sway-bac9559665bc908e4f61a6405a6ce5109956f4a3.zip
ISSUE_TEMPLATE: Use the newer issue templates
This utilizes the newer Github issue templates. They allow for the user to specify what type of issue they are submitting to allow for a more specific issue template to be shown. In addition to a hopefully easier to read/parse/follow bug report template, this also include templates for enhancements and i3 compatibility. This also includes a link to the IRC under the section title Questions. For the three templates, the labels bug, enhancement, and i3-compat will be automatically applied for the appropriate report to assist in triaging. Hopefully, this will result in less questions and issues for new window management functionality on Github and allow for better quality issues being submitted. At the very least, it allows us to outline our stances for bugs, enhancements, and i3-compatibility in an easier to read format.
Diffstat (limited to '.github/ISSUE_TEMPLATE/i3_compat.md')
-rw-r--r--.github/ISSUE_TEMPLATE/i3_compat.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/i3_compat.md b/.github/ISSUE_TEMPLATE/i3_compat.md
new file mode 100644
index 00000000..4dfa21c3
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/i3_compat.md
@@ -0,0 +1,20 @@
1---
2name: i3 Compatibility
3about: Sway behaves differently from or lacks i3 functionality
4labels: 'i3-compat'
5
6---
7
8### Please read the following before submitting:
9- The following either do not make sense for Wayland or we have decided against supporting:
10 - `restart`
11 - `resource`
12 - saving and loading layouts
13 - the i3 sync protocol
14
15### Please fill out the following:
16- **i3 PR:**
17 - If this is new i3 functionality, please add a link to the i3 pull request.
18
19- **Description:**
20 - Please describe in plain English how Sway and i3's behaviors differ or what functionality Sway is lacking.