From 47a34a82ae5aba9ef5a6ddc5a11a7deabf9dc89b Mon Sep 17 00:00:00 2001 From: ryohidaka <39184410+ryohidaka@users.noreply.github.com> Date: Wed, 24 Apr 2024 08:54:38 +0900 Subject: [PATCH] feat: Add issue form (en/ja). --- .github/ISSUE_TEMPLATE/request-ja.yaml | 38 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/request.yaml | 38 ++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/request-ja.yaml create mode 100644 .github/ISSUE_TEMPLATE/request.yaml diff --git a/.github/ISSUE_TEMPLATE/request-ja.yaml b/.github/ISSUE_TEMPLATE/request-ja.yaml new file mode 100644 index 0000000..2caf66c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-ja.yaml @@ -0,0 +1,38 @@ +name: リクエスト +description: ロゴの追加依頼 +title: "[Request] " +labels: ["request", "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: textarea + id: comment + attributes: + label: コメント・補足 + description: 画像がある場合はこちらに添付してください + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/request.yaml b/.github/ISSUE_TEMPLATE/request.yaml new file mode 100644 index 0000000..ed023e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request.yaml @@ -0,0 +1,38 @@ +name: Request +description: Request a logo that's not here. +title: "[Request] " +labels: ["request", "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 service for which you would like to add a logo. + placeholder: ex. GitHub + validations: + required: true + + - type: textarea + id: comment + attributes: + label: Comment + description: Please attach images to this area. + validations: + required: false