Jesse Squires 2021-11-19 17:09:32 -08:00 committed by GitHub
parent 3d42aa199d
commit 7a819ea152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 48 additions and 25 deletions

View File

@ -1,25 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request
assignees: ''
---
*Have you read the [Contributing Guidelines](https://github.com/jessesquires/.github/blob/master/CONTRIBUTING.md)?*
## Describe the feature
*Clearly and concisely describe what you would like to add.*
## Is your feature request related to a problem?
*Clearly and concisely describe the problem.*
## Proposed solution
*Clearly and concisely describe the solution you'd like to see. Include implementation details, if possible.*
## Alternatives considered
*Clearly and concisely describe any alternative solutions or features you've considered.*
## Additional context
*Add any other context or screenshots about the feature request here.*

48
.github/ISSUE_TEMPLATE/feature.yml vendored Normal file
View File

@ -0,0 +1,48 @@
name: Feature request
about: Suggest an idea for this project
title: "[Feature]: "
labels: ["feature request", "enhancement", "feature"]
body:
- type: markdown
attributes:
value: Thanks for taking the time to complete this form!
- type: checkboxes
id: terms
attributes:
label: Guidelines
description: By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/jessesquires/.github/blob/main/CONTRIBUTING.md).
options:
- label: I agree to follow this project's Contributing Guidelines.
required: true
- type: textarea
id: description
attributes:
label: Description
description: Clearly and concisely describe what you would like to change, add, or implement.
placeholder: Tell us your idea.
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem
description: Is your feature request related to a problem?
placeholder: What problem will this solve?
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: How should this be solved?
placeholder: How do you think this should be implemented?
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Are there other possible approaches?
placeholder: Can you think of any other options?
validations:
required: true