From b35194f1ed29f44ad0c053873a6c07a0eb95deab Mon Sep 17 00:00:00 2001 From: "Tada, Tadashi" Date: Sun, 31 May 2020 16:04:41 +0900 Subject: [PATCH] add a issue template of bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/release-checklist.md | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..17a5f6e45 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: 不具合の報告 +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug / 不具合の説明** +A clear and concise description of what the bug is. + +**To Reproduce / 再現手順** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior / 期待した動作** +A clear and concise description of what you expected to happen. + +**Screenshots / スクリーンショット** +If applicable, add screenshots to help explain your problem. + +**Environment / 動作環境** + - OS: + - Browser: + - tDiary Version: + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md index ed77dc883..489fdf809 100644 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ b/.github/ISSUE_TEMPLATE/release-checklist.md @@ -1,7 +1,7 @@ --- name: release checklist about: 毎回のリリース作業チェックリストを提供する -title: 'X.Y.Z リリース作業 on YYYY-MM-29' +title: X.Y.Z リリース作業 on YYYY-MM-29 labels: release assignees: ''