This commit is contained in:
Syuugo
2024-04-24 22:55:49 +09:00
parent 69b4ff5405
commit b24a7a2e96
7 changed files with 7 additions and 0 deletions

47
.github/ISSUE_TEMPLATE/fix-request.yml vendored Normal file
View File

@@ -0,0 +1,47 @@
name: Modification
description: Request a logo modification.
title: "[Fix] "
labels: ["fix"]
assignees:
- SAWARATSUKI
body:
- type: markdown
attributes:
value: |
Please post it in the issues. We'll create it once confirmed.
Depending on individual schedules, we may not be able to respond immediately. It may take several days.
- type: checkboxes
id: duplicate-check
attributes:
label: Check for duplicates
description: Check that the Issue has not been duplicated.
options:
- label: Checked
required: true
- type: input
id: service-name
attributes:
label: Service Name
description: Name of the service for which you are requesting a change.
placeholder: ex. GitHub
validations:
required: true
- type: input
id: revision-detail
attributes:
label: Description of modifications
description: Please describe the modification in detail
placeholder: ex. Corrected Japanese spelling of Github from "ぎっとはぶ" to "ギットハブ.
validations:
required: true
- type: textarea
id: comment
attributes:
label: Comment
description: If you have a basis for modification, please describe it here.
validations:
required: false