Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
feat(template): add replacement reason field (#4248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored May 28, 2024
1 parent 21576b7 commit 306fafb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,17 @@ body:
description: The URL to the theme song YouTube video (e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ).
validations:
required: true
- type: checkboxes
attributes:
label: Additional Information
description: Check all that apply.
options:
- label: This is a replacement request. If checked, please provide a reason below.
required: false
- type: input
id: replacement_reason
attributes:
label: Replacement Reason
description: If this is a replacement, please provide a reason for changing the theme song.
validations:
required: false

0 comments on commit 306fafb

Please sign in to comment.