Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue template #200

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. メニューからボタンを押すと開催日ごとに表示される
Loading