mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
Update issue templates
This commit is contained in:
parent
7e1b02dec0
commit
6a457de9ef
3 changed files with 13 additions and 28 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -1,7 +1,9 @@
|
||||||
---
|
---
|
||||||
name: Bugs
|
name: Bugs
|
||||||
about: Crashes and other bugs
|
about: Crashes and other bugs
|
||||||
labels: 'bug'
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
17
.github/ISSUE_TEMPLATE/enhancement.md
vendored
17
.github/ISSUE_TEMPLATE/enhancement.md
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
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…
Add table
Add a link
Reference in a new issue