From c6759ecb121b351dc7eeb951df02ca12448042cc Mon Sep 17 00:00:00 2001 From: naruse666 <0x706f6b6f@gmail.com> Date: Wed, 21 Aug 2024 21:22:54 +0900 Subject: [PATCH] issue template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 40 ++++++++++++++++++++++++++ fearture_request.yaml | 18 ++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml create mode 100644 fearture_request.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..ba8634b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,40 @@ +# syntax docs: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema +name: Bug Report +description: Peace Net APIに関するバグの報告. +title: "[Bug]: " +labels: ["bug"] +body: + - type: textarea + id: what-happened + attributes: + label: どのような問題が起きていますか? + placeholder: e.g. API keyが発行できない + validations: + required: true + - type: textarea + id: expected-behavior + attributes: + label: どのような動作を期待していますか? + placeholder: e.g. API keyが発行できるようになる + - type: input + id: issue-path + attributes: + label: 問題が起きているパス + placeholder: e.g. /api_keys + - type: dropdown + id: browsers + attributes: + label: "どのブラウザで問題が起きていますか?" + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - その他 + - type: textarea + id: logs + attributes: + label: ログ/エラーメッセージ + description: 問題と共に出力されたログやエラーメッセージがあれば添付してください. + render: shell diff --git a/fearture_request.yaml b/fearture_request.yaml new file mode 100644 index 0000000..7c64593 --- /dev/null +++ b/fearture_request.yaml @@ -0,0 +1,18 @@ +# syntax docs: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema +name: Feature Request +description: 機能追加の提案 +title: "[New Feature]: " +labels: ["enhancement"] +body: + - type: textarea + id: what-you-want + attributes: + label: 欲しい機能の概要 + placeholder: e.g. スライド一覧画面が欲しい + validations: + required: true + - type: textarea + id: flow-image + attributes: + label: 動作イメージはどのようなものですか? + placeholder: e.g. メニューからボタンを押すと開催日ごとに表示される