Update issue templates

This commit is contained in:
tmpm697 2021-07-16 17:36:36 +00:00 committed by GitHub
parent 7e1b02dec0
commit 6a457de9ef
3 changed files with 13 additions and 28 deletions

View file

@ -1,7 +1,9 @@
--- ---
name: Bugs name: Bugs
about: Crashes and other bugs about: Crashes and other bugs
labels: 'bug' title: ''
labels: bug
assignees: ''
--- ---

View file

@ -1,13 +1,16 @@
--- ---
name: Enhancements name: Enhancements
about: New functionality about: What to merge
labels: 'enhancement' title: ''
labels: enhancement
assignees: tmpm697
--- ---
### Please read the following before submitting: Title: Merge fluix-dev/sway-borders
- We are not accepting any new window management features unless they get implemented by i3.
### Please fill out the following: Content:
- **Description:** Fork link: https://github.com/fluix-dev/sway-borders
Please describe in plain English what the enhancement is and what the use case is. PRs link: https://github.com/swaywm/sway/pull/5639
Tag: Enhancements

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.