mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-30 01:47:44 +00:00
Add Spacing to Issue Templates
This commit is contained in:
parent
ad784f87cb
commit
3821f1bda3
2 changed files with 18 additions and 0 deletions
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,7 +1,10 @@
|
|||
name: Feature Request
|
||||
|
||||
description: Suggest a feature for this library
|
||||
|
||||
labels:
|
||||
- enhancement
|
||||
|
||||
body:
|
||||
- type: input
|
||||
attributes:
|
||||
|
@ -9,6 +12,7 @@ body:
|
|||
description: A short summary of what your feature request is.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
multiple: false
|
||||
|
@ -18,6 +22,7 @@ body:
|
|||
- The documentation
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: The Problem
|
||||
|
@ -26,6 +31,7 @@ body:
|
|||
What becomes easier or possible when this feature is implemented?
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: The Ideal Solution
|
||||
|
@ -34,12 +40,14 @@ body:
|
|||
What would you like this feature to do?
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: The Current Solution
|
||||
description: What is the current solution to the problem, if any?
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional Context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue