mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
convert FRE template to Github issue form (#1422)
This commit is contained in:
parent
137417dc6c
commit
ec83fb6efb
2 changed files with 62 additions and 62 deletions
62
.github/ISSUE_TEMPLATE/feature_request.md
vendored
62
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,62 +0,0 @@
|
||||||
---
|
|
||||||
name: Feature request
|
|
||||||
about: It'd be cool if rofi did/had/would...
|
|
||||||
labels: Feature Request
|
|
||||||
title: "[REQUEST] "
|
|
||||||
assignees: ''
|
|
||||||
---
|
|
||||||
|
|
||||||
:exclamation:
|
|
||||||
First read the [guidelines](https://github.com/DaveDavenport/rofi/blob/next/.github/CONTRIBUTING.md)!
|
|
||||||
This is not optional for any report/question. People must be able to understand the full context of the report when reading it, at any time.
|
|
||||||
If you feel like you “just have a simple question”, please consider you’re wrong and still fill the full report.
|
|
||||||
Any report missing these informations will be labeled as “Incomplete Report - Please follow the guidelines” and may not be answered in a timely fashion.
|
|
||||||
|
|
||||||
If you are unsure, please use the
|
|
||||||
[discussion](https://github.com/davatorium/rofi/discussions) forum first. It is
|
|
||||||
easy to upgrade a question to a feature request in github.
|
|
||||||
:exclamation:
|
|
||||||
|
|
||||||
## Before creating a feature request
|
|
||||||
|
|
||||||
- [ ] I checked the *next* branch to see if the feature has already been
|
|
||||||
implemented
|
|
||||||
|
|
||||||
- [ ] I searched existing reports to see if it is already requested.
|
|
||||||
|
|
||||||
|
|
||||||
## What is the user problem or growth opportunity you want to see solved?
|
|
||||||
|
|
||||||
...
|
|
||||||
|
|
||||||
|
|
||||||
## How do you know that this problem exists today? Why is this important?
|
|
||||||
|
|
||||||
...
|
|
||||||
|
|
||||||
|
|
||||||
## Who will benefit from it?
|
|
||||||
|
|
||||||
...
|
|
||||||
|
|
||||||
|
|
||||||
## Version
|
|
||||||
|
|
||||||
Output of `rofi -v`
|
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
Output of `rofi -help` (in a [gist](https://gist.github.com/), please paste the *full* output)
|
|
||||||
|
|
||||||
|
|
||||||
**Additional details:**
|
|
||||||
- Include a link to your private config
|
|
||||||
- Include screenshots/casts of your issue
|
|
||||||
|
|
||||||
**Please do not submit reports related to wayland, see
|
|
||||||
[here](https://github.com/DaveDavenport/rofi/wiki/Wayland) for more
|
|
||||||
information.**
|
|
||||||
|
|
||||||
|
|
||||||
**Requesting a feature is no guarantee it will be added.**
|
|
62
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
62
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
name: Feature Request
|
||||||
|
description: It'd be cool if rofi did/had/would...
|
||||||
|
labels: Feature Request
|
||||||
|
title: "[REQUEST] "
|
||||||
|
body:
|
||||||
|
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
First read the [guidelines](https://github.com/DaveDavenport/rofi/blob/next/.github/CONTRIBUTING.md)! This is not optional for any report/question. People must be able to understand the full context of the report when reading it, at any time.
|
||||||
|
|
||||||
|
If you feel like you “just have a simple question”, please consider you’re wrong and still fill the full report. Any report missing these informations will be labeled as “Incomplete Report - Please follow the guidelines” and may not be answered in a timely fashion.
|
||||||
|
|
||||||
|
If you are unsure, please use the [discussion](https://github.com/davatorium/rofi/discussions) forum first. It is easy to upgrade a question to an issue in github.
|
||||||
|
|
||||||
|
**Please do not submit reports related to wayland, see [here](https://github.com/DaveDavenport/rofi/wiki/Wayland) for more information.**
|
||||||
|
|
||||||
|
**Requesting a feature is no guarantee it will be added.**
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: before-feature-request
|
||||||
|
attributes:
|
||||||
|
label: Before opening a feature request
|
||||||
|
options:
|
||||||
|
- label: I checked the *next* branch to see if the feature has already been implemented
|
||||||
|
required: true
|
||||||
|
- label: I searched existing reports to see if it is already requested.
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: "What is the user problem or growth opportunity you want to see solved?"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: "How do you know that this problem exists today? Why is this important?"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: "Who will benefit from it?"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: "Rofi version (rofi -v)"
|
||||||
|
placeholder: "Version: 1.6.0"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: "Configuration"
|
||||||
|
description: "Please use https://gist.github.com and include output of `rofi -dump-config` and `rofi -dump-theme`."
|
||||||
|
placeholder: "Gist URL"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: "Additional information"
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue