diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea782..491333a93 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,48 @@ --- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - +name: "不具合報告 / Bug report" +about: "アプリの改善のための不具合を報告する / Create a report to help us improve" +title: "" +labels: "" +assignees: "" --- -**Describe the bug** -A clear and concise description of what the bug is. +## 不具合の内容 / Describe the bug + + + +## 再現手順 / Steps to reproduce + +1. '....' に行き、 +2. '....' をクリックし、 +3. '....' へスクロールすると、 +4. エラーが発生します。 + +## 期待される挙動 / Expected behavior + + -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +## スクリーンショット / Screenshots -**Expected behavior** -A clear and concise description of what you expected to happen. + -**Screenshots** -If applicable, add screenshots to help explain your problem. +## 動作環境 / Environments -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +- デバイス:(例:Pixel 5、iPhone 6 等) +- OS:(例:Android、iOS) +- バージョン:(例:1.2.2) -**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 -**Additional context** -Add any other context about the problem here. + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3bdc9f9af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: その他 + url: mailto:appsupport@cov19.mhlw.go.jp + about: 技術的な点以外のご要望は厚生労働省のメールアドレスへお願いいたします diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 48d5f81fa..000000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d6..90ac13bdc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,35 @@ --- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - +name: "機能リクエスト / Feature request" +about: "本プロジェクトへのアイデアを提案しましょう / Suggest an idea for this project" +title: "" +labels: "" +assignees: "" --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +## その機能リクエストは何らかの問題に関連しますか / Is your feature request related to a problem? + + + +## 解決策についてお書きください / Describe the solution you'd like + + + +## あなたが考える代替案についてご説明ください / Describe alternatives you've considered -**Describe the solution you'd like** -A clear and concise description of what you want to happen. + -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +## その他 / Additional context -**Additional context** -Add any other context or screenshots about the feature request here. + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ab05e292b..ad9db6dbe 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,18 +1,40 @@ -## Purpose - -* ... +## Issue 番号 / Issue ID + + + +- Close # + +## 目的 / Purpose + + + +- + +## 破壊的変更をもたらしますか / Does this introduce a breaking change? + + -## Does this introduce a breaking change? - ``` [ ] Yes [ ] No ``` -## Pull Request Type -What kind of change does this Pull Request introduce? +## Pull Request の種類 / Pull Request type + + - ``` [ ] Bugfix [ ] Feature @@ -22,24 +44,35 @@ What kind of change does this Pull Request introduce? [ ] Other... Please describe: ``` -## How to Test -* Get the code +## 検証方法 / How to test + +### コードの入手 / Get the code ``` git clone [repo-address] cd [repo-name] git checkout [branch-name] -npm install +dotnet restore ``` -* Test the code - +### コードの検証 / Test the code + + + ``` + ``` -## What to Check -Verify that the following are valid -* ... +## 確認事項 / What to check + +- + +## その他 / Other information -## Other Information - \ No newline at end of file +