Skip to content

Commit

Permalink
ci: issue template correction (#303)
Browse files Browse the repository at this point in the history
* Docs issue template correction

* Replaced PR dropdown with comment

* Replaced PR dropdown on feature template
  • Loading branch information
DeaMariaLeon authored Jun 15, 2024
1 parent 81ae06a commit aa6e407
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
20 changes: 8 additions & 12 deletions .github/ISSUE_TEMPLATE/doc_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: "[Doc]: "

body:
- type: markdown
attibutes:
values: >
attributes:
value: >
## Thanks for taking the time to fill out this form
- type: dropdown
id: TYPE
Expand All @@ -14,26 +14,22 @@ body:
options:
- 'Correction'
- 'Improvement'
validations:
validations:
required: true
- type: textarea
attributes:
label: Please describe the issue.
description: >
Tell us if something is unclear or incorrect, and where.
validations:
validations:
required: true
- type: textarea
attributes:
label: If you have a suggestion on how it should be, add it below.
description: >
How can we improve it
- type: dropdown
id: PR
- type: markdown
attributes:
label: Would you want to open a pull request to fix it?
options:
- 'yes'
- 'no'


value: >
### If you'd be interested in opening a pull request to fix this, please let us know!
13 changes: 4 additions & 9 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,12 @@ body:
label: If you have tried alternatives, please describe them below.
description: >
What you have tried if applicable.
- type: dropdown
id: PR
attributes:
label: Would you want to open a pull request?
options:
- 'yes'
- 'no'
validations:
required: false
- type: textarea
attributes:
label: Additional information that may help us understand your needs.
description: >
Context or useful information
- type: markdown
attributes:
value: >
### If you'd be interested in opening a pull request to fix this, please let us know!

0 comments on commit aa6e407

Please sign in to comment.