Skip to content

Commit

Permalink
User friendly templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Balastrong committed Dec 17, 2023
1 parent 8fe26fd commit e1b89f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
13 changes: 5 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,17 @@ body:
attributes:
label: What was the expected result?
placeholder: I expected this to happen
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Put here any screenshots or videos (optional)
- type: checkboxes
id: checks
- type: dropdown
id: assign
attributes:
label: Extra fields
label: Would you like to work on this issue?
options:
- label: I have used the search function to check if an issue already exists
required: true
- label: I'd like to work on this issue
- No
- Yes
- type: markdown
attributes:
value: |
Expand Down
16 changes: 5 additions & 11 deletions .github/ISSUE_TEMPLATE/new-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,19 @@ body:
attributes:
label: It should be implemented because
placeholder: It will allow to do Y that is needed for Z
- type: textarea
id: alternatives
attributes:
label: Did you think about any alternative?
placeholder: We could do A or B instead
- type: textarea
id: context
attributes:
label: Additional context
placeholder: |
Add any other context or screenshots about the feature request here.
- type: checkboxes
id: checks
- type: dropdown
id: assign
attributes:
label: Extra fields
label: "Would you like to work on this issue?"
options:
- label: I have used the search function to check if an issue already exists
required: true
- label: I'd like to work on this issue
- "No"
- "Yes"
- type: markdown
attributes:
value: |
Expand Down

0 comments on commit e1b89f8

Please sign in to comment.