diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 706bde4eb4..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,13 +0,0 @@ - - -**Do you want to request a *feature* or report a *bug*?** - - -**What is the current behavior?** - -**If the current behavior is a bug, please provide the steps to reproduce.** - - -**What is the expected behavior?** - -**Please mention your node.js, yarn and operating system version.** diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..175b23fb5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,47 @@ +--- +name: Bug report +about: Create a report +--- + + + + + + + +### Bug description + + +**Command** + +```sh +yarn [your command] +``` + +**What is the current behavior?** + + + +**What is the expected behavior?** + + + +**Steps to Reproduce** + + +1. +2. + +**Environment** + +- Node Version: `x.x.x` +- Yarn v1 Version: `1.x.x` +- OS and version: diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000000..89e05efb1a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,6 @@ + +blank_issues_enabled: false +contact_links: + - name: Yarn v1 documentation + url: https://legacy.yarnpkg.com/en/docs + about: Please visit the documentation for v1.x.x before opening a bug report