Skip to content

Commit

Permalink
issue template (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
naruse666 committed Aug 24, 2024
1 parent fc6e473 commit 0a90db3
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -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
18 changes: 18 additions & 0 deletions fearture_request.yaml
Original file line number Diff line number Diff line change
@@ -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. メニューからボタンを押すと開催日ごとに表示される

0 comments on commit 0a90db3

Please sign in to comment.