Skip to content

Commit

Permalink
Create temporary issue template for completion requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacosontitan committed Oct 3, 2024
1 parent c1e9551 commit 64c8645
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/temp_late.yml
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)

0 comments on commit 64c8645

Please sign in to comment.