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.
This commit is contained in:
Brian Ashworth 2020-07-06 17:18:47 -04:00 committed by Simon Ser
parent 1d149230ea
commit bac9559665
5 changed files with 71 additions and 48 deletions

13
.github/ISSUE_TEMPLATE/enhancement.md vendored Normal file
View file

@ -0,0 +1,13 @@
---
name: Enhancements
about: New functionality
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 fill out the following:
- **Description:**
Please describe in plain English what the enhancement is and what the use case is.