From b21cbd60c090a8b6e4cffbfaf9a21cb86e94ecd7 Mon Sep 17 00:00:00 2001 From: yui10 <79691301+yui10@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:24:17 +0900 Subject: [PATCH] Add Issue template for correction request. --- .github/ISSUE_TEMPLATE/fix-request-ja.yaml | 47 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/fix-request.yaml | 47 ++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/fix-request-ja.yaml create mode 100644 .github/ISSUE_TEMPLATE/fix-request.yaml diff --git a/.github/ISSUE_TEMPLATE/fix-request-ja.yaml b/.github/ISSUE_TEMPLATE/fix-request-ja.yaml new file mode 100644 index 0000000..94bafd6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/fix-request-ja.yaml @@ -0,0 +1,47 @@ +name: 修正依頼 +description: ロゴの修正依頼 +title: "[Fix] " +labels: ["enhancement"] +assignees: + - SAWARATSUKI +body: + - type: markdown + attributes: + value: | + issuesに投稿してください。確認次第作成します。 + 個人のスケジュールにより対応できない場合もあります。数日かかる場合もあります。 + + - type: checkboxes + id: duplicate-check + attributes: + label: 重複チェック + description: 他のIssueと内容が重複していないことを確認してください。 + options: + - label: 確認しました + required: true + + - type: input + id: service-name + attributes: + label: サービス名 + description: 修正を希望するサービスの名称 + placeholder: 例) GitHub + validations: + required: true + + - type: input + id: revision-detail + attributes: + label: 修正内容 + description: 修正内容を具体的に記載してください + placeholder: 例) Githubの日本語表記を「ギットハブ」に修正 + validations: + required: true + + - type: textarea + id: comment + attributes: + label: コメント・補足 + description: 修正する根拠がある場合はこちらに記載してください + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/fix-request.yaml b/.github/ISSUE_TEMPLATE/fix-request.yaml new file mode 100644 index 0000000..cec42ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/fix-request.yaml @@ -0,0 +1,47 @@ +name: Modification +description: Request a logo modification. +title: "[Fix] " +labels: ["enhancement"] +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 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