From e3c9571c57c532e0a2c46d8108d9529a75b5c632 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Fri, 5 Mar 2021 11:59:49 +0900 Subject: [PATCH] update issue templates --- .github/ISSUE_TEMPLATE.md | 43 ---------------------------- .github/ISSUE_TEMPLATE/bug_report.md | 40 ++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 0 3 files changed, 40 insertions(+), 43 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index c869f4bf7..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -### vue & vue-i18n version -ex: 2.1.0, 5.0 - -**NOTE: vue-i18n does not support Vue.js 3.0 yet.** -**Check https://github.com/intlify/vue-i18n-next** - -### Reproduction Link - - -### Steps to reproduce - -### What is Expected? - -### What is actually happening? diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..7ad79c640 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'Status: Review Needed' +assignees: '' + +--- + +**Reporting a bug?** + - Try to search for your issue, it may have already been answered or even fixed in the development branch. + - Check if the issue is reproducible with the latest version of Vue I18n v8.x. If you are using a pre-release, please indicate the specific version you are using. + - For bugs that involves build setups, you can create a reproduction repository with steps in the .github/CONTRIBUTING.md + - If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it. + +**Module versions (please complete the following information):** + - `vue`: 2.x + - `vue-i18n`: 8.x + +**Reproduction Link** +A minimal JSBin, JSFiddle, Codepen, CodeSandbox, or a GitHub reprository that can reproduce the bug. + +You can use reproduction jsfiddle template: https://jsfiddle.net/kazupon/rn724baz/3/ + +**To Reproduce** +Steps to reproduce the behavior: +ex: +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. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index e69de29bb..000000000