From 1b0fc994a55202a61d6d898e54f27b7f627f0471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?caiyingwenm=E5=90=8D=E5=AD=97=E9=9D=9E=E5=B8=B8=E7=9A=84?= =?UTF-8?q?=E9=95=BF=E5=90=8D=E5=AD=97=E9=9D=9E=E5=B8=B8=E7=9A=84=E9=95=BF?= Date: Thu, 27 Apr 2023 08:03:54 +0000 Subject: [PATCH] =?UTF-8?q?update=20.github/ISSUE=5FTEMPLATE/github.yml.?= =?UTF-8?q?=20=E4=B8=BA=E4=BB=80=E4=B9=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: caiyingwenm名字非常的长名字非常的长 --- .github/ISSUE_TEMPLATE/github.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/github.yml b/.github/ISSUE_TEMPLATE/github.yml index 8f43817..b0df997 100644 --- a/.github/ISSUE_TEMPLATE/github.yml +++ b/.github/ISSUE_TEMPLATE/github.yml @@ -15,16 +15,16 @@ body:
- \`\`\`js + ```js console.log - \`\`\` + ```

Next.js

- type: checkboxes attributes: label: 11 - description: 'Please run \`npm install next@canary\` to try the canary version of Next.js that ships daily. It includes all features and fixes that have not been released to the stable version yet. Some issues may already be fixed in the canary version, so please verify that your issue reproduces before opening a new issue.' + description: 'Please run `npm install next@canary` to try the canary version of Next.js that ships daily. It includes all features and fixes that have not been released to the stable version yet. Some issues may already be fixed in the canary version, so please verify that your issue reproduces before opening a new issue.' options: - label: 11 required: false @@ -35,7 +35,7 @@ body: - type: textarea attributes: label: Provide environment information - description: Please run \`next info\` in the root directory of your project and paste the results. You might need to use \`npx --no-install next info\` if next is not in the current PATH. + description: Please run `next info` in the root directory of your project and paste the results. You might need to use `npx --no-install next info` if next is not in the current PATH. render: bash validations: required: true @@ -72,8 +72,8 @@ body: attributes: label: Link to the code that reproduces this issue description: | - A link to a GitHub repository, a [CodeSandbox](https://codesandbox.io/p/sandbox/github/vercel/next.js/tree/canary/examples/reproduction-template) or a [StackBlitz](https://stackblitz.com/fork/github/vercel/next.js/tree/canary/examples/reproduction-template) minimal reproduction. Minimal reproductions should be created from our [bug report template with \`npx create-next-app -e reproduction-template\`](https://github.com/vercel/next.js/tree/canary/examples/reproduction-template) and should include only changes that contribute to the issue. - To report an App Router related issue, you can use these templates: [CodeSandbox](https://codesandbox.io/p/sandbox/github/vercel/next.js/tree/canary/examples/reproduction-template-app-dir), [StackBlitz](https://stackblitz.com/fork/github/vercel/next.js/tree/canary/examples/reproduction-template-app-dir) or [\`npx create-next-app -e reproduction-template-app-dir\`](https://github.com/vercel/next.js/tree/canary/examples/reproduction-template-app-dir) + A link to a GitHub repository, a [CodeSandbox](https://codesandbox.io/p/sandbox/github/vercel/next.js/tree/canary/examples/reproduction-template) or a [StackBlitz](https://stackblitz.com/fork/github/vercel/next.js/tree/canary/examples/reproduction-template) minimal reproduction. Minimal reproductions should be created from our [bug report template with `npx create-next-app -e reproduction-template`](https://github.com/vercel/next.js/tree/canary/examples/reproduction-template) and should include only changes that contribute to the issue. + To report an App Router related issue, you can use these templates: [CodeSandbox](https://codesandbox.io/p/sandbox/github/vercel/next.js/tree/canary/examples/reproduction-template-app-dir), [StackBlitz](https://stackblitz.com/fork/github/vercel/next.js/tree/canary/examples/reproduction-template-app-dir) or [`npx create-next-app -e reproduction-template-app-dir`](https://github.com/vercel/next.js/tree/canary/examples/reproduction-template-app-dir) validations: required: true - type: textarea -- Gitee