Delete .github/ISSUE_TEMPLATE/documentation-request.md and epic-request.md (#3490)
* Delete .github/ISSUE_TEMPLATE/documentation-request.md * Delete .github/ISSUE_TEMPLATE/epic-request.md * Update feature_request.yml * Update feature_request.yml
This commit is contained in:
parent
0f84a57545
commit
e572feff91
17
.github/ISSUE_TEMPLATE/documentation-request.md
vendored
17
.github/ISSUE_TEMPLATE/documentation-request.md
vendored
@ -1,17 +0,0 @@
|
||||
---
|
||||
name: "📖 Documentation request"
|
||||
about: Documentation requests
|
||||
title: 'docs: TITLE'
|
||||
labels: 'type: documentation'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Pages**
|
||||
- Page(s) that need to be done
|
||||
|
||||
**Success Criteria**
|
||||
Content that should be covered
|
||||
|
||||
**Additional context**
|
||||
Examples, reference pages, resources
|
||||
25
.github/ISSUE_TEMPLATE/epic-request.md
vendored
25
.github/ISSUE_TEMPLATE/epic-request.md
vendored
@ -1,25 +0,0 @@
|
||||
---
|
||||
name: "💥 Epic request"
|
||||
about: Suggest an idea for this project
|
||||
title: 'epic: [DESCRIPTION]'
|
||||
labels: 'type: epic'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Motivation
|
||||
-
|
||||
|
||||
## Specs
|
||||
-
|
||||
|
||||
## Designs
|
||||
[Figma](link)
|
||||
|
||||
## Tasklist
|
||||
- [ ]
|
||||
|
||||
## Not in Scope
|
||||
-
|
||||
|
||||
## Appendix
|
||||
18
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
18
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -19,8 +19,8 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Is your feature request related to a problem? Please describe it"
|
||||
description: "A clear and concise description of what the problem is"
|
||||
label: "Background"
|
||||
description: "Briefly describe the context or problem that led to this feature request"
|
||||
placeholder: |
|
||||
I'm always frustrated when ...
|
||||
|
||||
@ -28,17 +28,15 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Describe the solution"
|
||||
description: "Description of what you want to happen. Add any considered drawbacks"
|
||||
label: "Feature request"
|
||||
description: "Clearly describe the feature or improvement you're proposing"
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Teachability, documentation, adoption, migration strategy"
|
||||
description: "Explain how users will be able to use this and possibly write out something for the docs. Maybe a screenshot or design?"
|
||||
label: "Proposed Implementation"
|
||||
description: "If you have ideas on how this could be implemented, describe them here"
|
||||
|
||||
- type: textarea
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "What is the motivation / use case for changing the behavior?"
|
||||
description: "Describe the motivation or the concrete use case"
|
||||
label: "Additional Notes"
|
||||
description: "Any other relevant information, considerations, or screenshots"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user