-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new feature request yml tamplate
- Loading branch information
1 parent
8dd7d91
commit bebba76
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Feature Request | ||
description: File a feature request | ||
title: "" | ||
labels: ["enhancement"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for taking the time to fill out this feature request!" | ||
|
||
- type: textarea | ||
id: problem-description | ||
attributes: | ||
label: Problem description | ||
description: Description of the problem that needs to be solved. | ||
placeholder: What problem should be solved? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solution-description | ||
attributes: | ||
label: Solution description | ||
description: Description of a possible problem solution. | ||
placeholder: Ideas for a solution? | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: Checklist | ||
description: Please check off the following checklist after you have performed the corresponding actions | ||
options: | ||
- label: I have checked for [existing Github issues](https://github.com/infinityofspace/pkb_client/issues) for the same feature request. | ||
required: true |