-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
12 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
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
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,24 @@ | ||
name: Improvement suggestion | ||
description: Suggest an improvement to an existing feature | ||
title: "[Improvement]: " | ||
labels: ["improvement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to suggest an improvement! | ||
- type: textarea | ||
id: describe | ||
attributes: | ||
label: Describe the improvement | ||
description: A high level description. | ||
placeholder: Add functionality that allows users to ... | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: duplicate | ||
attributes: | ||
label: Duplicate declaration | ||
description: Please confirm that you are not creating a duplicate issue. | ||
options: | ||
- label: I have searched the issues and this improvement has not been requested before. | ||
required: true |
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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
## Description of change | ||
<!-- Please write a summary of your changes and why you made them. --> | ||
<!-- Be sure to reference any related issues by adding `Closes #`. --> | ||
|
||
Please write a summary of your changes and why you made them. | ||
|
||
Be sure to reference any related issues by adding `closes issue #`. | ||
|
||
## How Has This Been Tested (if applicable)? | ||
## How has this been tested? (if applicable) | ||
<!-- Please describe the tests that you ran to verify your changes. --> | ||
|
||
|
||
Please describe the tests that you ran to verify your changes. |