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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: "Is your feature request related to a problem? Please describe it"
|
label: "Background"
|
||||||
description: "A clear and concise description of what the problem is"
|
description: "Briefly describe the context or problem that led to this feature request"
|
||||||
placeholder: |
|
placeholder: |
|
||||||
I'm always frustrated when ...
|
I'm always frustrated when ...
|
||||||
|
|
||||||
@ -28,17 +28,15 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: "Describe the solution"
|
label: "Feature request"
|
||||||
description: "Description of what you want to happen. Add any considered drawbacks"
|
description: "Clearly describe the feature or improvement you're proposing"
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Teachability, documentation, adoption, migration strategy"
|
label: "Proposed Implementation"
|
||||||
description: "Explain how users will be able to use this and possibly write out something for the docs. Maybe a screenshot or design?"
|
description: "If you have ideas on how this could be implemented, describe them here"
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
attributes:
|
||||||
label: "What is the motivation / use case for changing the behavior?"
|
label: "Additional Notes"
|
||||||
description: "Describe the motivation or the concrete use case"
|
description: "Any other relevant information, considerations, or screenshots"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user