Skip to content

Commit

Permalink
Merge pull request #24 from homenoc/feat/#23
Browse files Browse the repository at this point in the history
#23 issue & pr templateの適用.
  • Loading branch information
yoneyan authored Aug 24, 2024
2 parents 5dd96c2 + 952af45 commit 552e368
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 0 deletions.
68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
name: "😵‍💫 バグ報告"
description: "バグの詳細も記載してください"
labels: ["bug"]
projects: ["nre/2"]
title: "😵‍💫 [bug] タイトルをここに入力してください"
labels: [
"bug"
]
body:
- type: textarea
id: bug_detail
attributes:
label: "バグ情報"
value: |
<!-- 簡潔に箇条書きで記載してください。 -->
<!-- あとから履歴を辿っても内容が把握出来るようにしてください -->
## 概要
-
## 発生日時
- yyyy/mm/dd hh:mm
## 関係者
-
## Slackやりとり
- <URL>
## チケット
- <URL>
## 利用OS/ブラウザ
```
OS:
ブラウザ:
バージョン:
```
## 詳細
```
```
## 補足事項などあれば、こちらに記載ください
-
validations:
required: true

- type: textarea
id: logs
attributes:
label: "ログ"
description: エラーログやエラーメッセージがあれば貼り付けてください
placeholder: "エラーメッセージを貼り付けてください"
validations:
required: false

- type: textarea
id: screenshot
attributes:
label: "スクリーンショット"
description: "必要に応じて、こちらに貼り付けてください"
value: "<!-- 複数ある場合、何のスクリーンショットなのか説明も追記ください --> \n"
placeholder: "スクリーンショットが複数あれば適宜説明も記載してください"
validations:
required: false

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: "💡 (Feature)機能追加/修正/削除など"
description: "NREにおける機能開発タスクについて登録"
labels: ["feature"]
projects: ["nre/2"]
body:
- type: textarea
id: background
attributes:
label: 背景
value: |
<!-- 背景を記載してください。 -->
#### 補足内容など
hogeについて: <Slack URLなど>
description: 背景をこちらに書いてくださいませー
placeholder: "なし"
validations:
required: true
- type: textarea
id: action
attributes:
label: やること
value: |
- [ ] hoge(親)
- [ ] hogehoge1(子)
- [ ] hogehoge2(子)
description: このIssueでやることをココに書いてねぇ
validations:
required: true
- type: textarea
id: etc
attributes:
label: その他
value: なし
description: その他事項があれば記載してやー
10 changes: 10 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 変更内容
- なにか

## 変更理由
- なにか

## 動作確認
1. hogehoge1
2. hogehoge2
3. hogehoge3

0 comments on commit 552e368

Please sign in to comment.