Skip to content

Commit

Permalink
✨ Added a Feature Request Template, Fixes #70
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaywood committed Nov 17, 2023
1 parent 0074f1a commit 6315b43
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Feature Request
description: Recommend a feature
title: "[RFC]: "
labels: ["triage"]
assignees:
- ahaywood
body:
- type: textarea
id: describe
attributes:
label: Describe the Problem to be Solved
description: Please present a concise description of the problem to be addressed by this feature request. Please be clear what parts of the problem are considered to be in-scope and out-of-scope.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Suggest a Solution
description: A concise description of your preferred solution. Things to address include Details of the technical implementation, tradeoffs made in design decisions, and caveats and considerations for the future
validations:
required: false
- type: textarea
id: multiple
attributes:
label: If there are multiple solutions, please present each one separately.
description: Save comparisons for the very end.
validations:
required: false
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cSpell.words": [
"abcdefghijklmnoqrstuvwxyz",
"ahaywood",
"Bekah",
"devto",
"Garropy",
Expand Down

1 comment on commit 6315b43

@vercel
Copy link

@vercel vercel bot commented on 6315b43 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.