-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create temporary issue template for completion requests.
- Loading branch information
1 parent
c1e9551
commit 64c8645
Showing
1 changed file
with
35 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,35 @@ | ||
name: 🚀 Completion Request | ||
description: If it's a request to complete support for a feature slated in the initial release, then you can use this. | ||
labels: [ enhancement,initial release,under review ] | ||
projects: [ "tacosontitan/10" ] | ||
body: | ||
- type: input | ||
id: feature | ||
attributes: | ||
label: 🪪 Feature Name | ||
description: What feature are you requesting to be completed? | ||
validations: | ||
required: true | ||
- type: input | ||
id: link | ||
attributes: | ||
label: 🌐 Implementation Link | ||
description: If there's an existing implementation, please provide a link. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 📝 Description | ||
description: Please provide a brief description of the intended behavior for the feature. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## ✅ Definition of Done | ||
The checklist below represents the requirements for this feature to be considered complete from a high level: | ||
- [ ] Default Implementation | ||
- [ ] XML Documentation | ||
- [ ] Unit Test Coverage | ||
- [ ] Code Analysis (Common Use Cases) |