From b62dfda84d64ee12583caa2cae9566525b1d8053 Mon Sep 17 00:00:00 2001 From: Maia Teegarden Date: Wed, 20 Sep 2023 16:19:41 -0700 Subject: [PATCH] Link to Next.js issue link for Turbopack issues --- ...ture-request.yml => 1-feature-request.yml} | 0 .../ISSUE_TEMPLATE/1-turbopack-bug-report.yml | 75 ------------------- .github/ISSUE_TEMPLATE/config.yml | 3 + 3 files changed, 3 insertions(+), 75 deletions(-) rename .github/ISSUE_TEMPLATE/{2-feature-request.yml => 1-feature-request.yml} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/1-turbopack-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/1-feature-request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/2-feature-request.yml rename to .github/ISSUE_TEMPLATE/1-feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/1-turbopack-bug-report.yml b/.github/ISSUE_TEMPLATE/1-turbopack-bug-report.yml deleted file mode 100644 index 3588d9c132b41..0000000000000 --- a/.github/ISSUE_TEMPLATE/1-turbopack-bug-report.yml +++ /dev/null @@ -1,75 +0,0 @@ -# This is the same as the Turborepo bug report template at the moment, -# but it's a different template in case we want to customize it further and get different inputs. -name: Turbopack Bug Report -description: Create a bug report for the Turbopack team -title: "[turbopack] " -labels: ["kind: bug", "owned-by: web-tooling", "needs: triage"] -body: - - type: markdown - attributes: - value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible. - - type: markdown - attributes: - value: If you leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section. - - type: input - attributes: - label: What version of Next.js are you using Turbopack in? - description: "For example: 13.0.0" - validations: - required: true - - type: dropdown - id: packageManager - attributes: - multiple: true - label: What package manager are you using / does the bug impact? - options: - - npm - - pnpm - - Yarn v1 - - Yarn v2/v3 (node_modules linker only) - validations: - required: true - - type: dropdown - id: os - attributes: - label: What operating system are you using? - options: - - Mac - - Windows - - Linux - - Other - validations: - required: true - - type: textarea - attributes: - label: Describe the Bug - description: A clear and concise description of the bug. - validations: - required: true - - type: textarea - attributes: - label: Expected Behavior - description: A clear and concise description of what you expected to happen. - validations: - required: true - - type: textarea - attributes: - label: To Reproduce - description: Steps to reproduce the behavior, please provide a clear code snippets that always reproduces the issue or a GitHub repository. Screenshots can be provided in the issue body below. - validations: - required: true - - type: input - attributes: - label: Reproduction Repo - description: Include a URL to a repository that reproduces this issue. This is optional, but increases the likelihood that we can help you! - validations: - required: false - - type: markdown - attributes: - value: Before posting the issue go through the steps you've written down to make sure the steps provided are detailed and clear. - - type: markdown - attributes: - value: Contributors should be able to follow the steps provided in order to reproduce the bug. - - type: markdown - attributes: - value: Thanks in advance! diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index dd0aaa0457580..ab4ad3dc32d2d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Turbopack in Next.js Bug Report + url: https://github.com/vercel/next.js/issues/new?assignees=&labels=template%3A+bug&projects=&template=1.bug_report.yml + about: Create a Next.js bug report for the Turbopack team - name: Ask a question url: https://github.com/vercel/turbo/discussions about: Ask questions and discuss ideas with other community members