-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'canary' into fix/gip-aspath
- Loading branch information
Showing
361 changed files
with
10,801 additions
and
3,228 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
name: Bug Report | ||
about: Create a bug report for the Next.js core | ||
title: '' | ||
labels: 'template: bug' | ||
issue_body: true | ||
inputs: | ||
- type: description | ||
attributes: | ||
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible. | ||
- type: description | ||
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? | ||
description: 'For example: 10.0.1' | ||
required: true | ||
- type: input | ||
attributes: | ||
label: What version of Node.js are you using? | ||
description: 'For example: 12.0.0' | ||
required: true | ||
- type: input | ||
attributes: | ||
label: What browser are you using? | ||
description: 'For example: Chrome, Safari' | ||
required: true | ||
- type: input | ||
attributes: | ||
label: What operating system are you using? | ||
description: 'For example: macOS, Windows' | ||
required: true | ||
- type: input | ||
attributes: | ||
label: How are you deploying your application? | ||
description: 'For example: next start, next export, Vercel, Other platform' | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the Bug | ||
description: A clear and concise description of what the bug is. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: A clear and concise description of what you expected to happen. | ||
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. | ||
required: true | ||
- type: description | ||
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: description | ||
attributes: | ||
value: Contributors should be able to follow the steps provided in order to reproduce the bug. | ||
- type: description | ||
attributes: | ||
value: These steps are used to add integration tests to ensure the same issue does not happen again. Thanks in advance! |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
name: Example Bug Report | ||
about: Create a bug report for the examples | ||
title: '' | ||
labels: 'type: example,template: bug' | ||
issue_body: true | ||
inputs: | ||
- type: description | ||
attributes: | ||
value: Thanks for taking the time to file a examples bug report! Please fill out this form as completely as possible. | ||
- type: description | ||
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 example does this report relate to? | ||
description: 'For example: with-styled-components' | ||
required: true | ||
- type: input | ||
attributes: | ||
label: What version of Next.js are you using? | ||
description: 'For example: 10.0.1' | ||
required: true | ||
- type: input | ||
attributes: | ||
label: What version of Node.js are you using? | ||
description: 'For example: 12.0.0' | ||
required: true | ||
- type: input | ||
attributes: | ||
label: What browser are you using? | ||
description: 'For example: Chrome, Safari' | ||
required: true | ||
- type: input | ||
attributes: | ||
label: What operating system are you using? | ||
description: 'For example: macOS, Windows' | ||
required: true | ||
- type: input | ||
attributes: | ||
label: How are you deploying your application? | ||
description: 'For example: next start, next export, Vercel, Other platform' | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the Bug | ||
description: A clear and concise description of what the bug is. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: A clear and concise description of what you expected to happen. | ||
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. | ||
required: true | ||
- type: description | ||
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: description | ||
attributes: | ||
value: Contributors should be able to follow the steps provided in order to reproduce the bug. | ||
- type: description | ||
attributes: | ||
value: Thanks in advance! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Feature Request | ||
about: Create a feature request for the Next.js core | ||
title: '' | ||
labels: 'template: story' | ||
issue_body: true | ||
inputs: | ||
- type: description | ||
attributes: | ||
value: Thanks for taking the time to file a feature request! Please fill out this form as completely as possible. | ||
- type: description | ||
attributes: | ||
value: 'Feature requests will be converted to the GitHub Discussions "Ideas" section.' | ||
- type: textarea | ||
attributes: | ||
label: Describe the feature you'd like to request | ||
description: A clear and concise description of what you want and what your use case is. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ test/**/next-env.d.ts | |
|
||
# Editors | ||
**/.idea | ||
**/.#* | ||
|
||
# examples | ||
examples/**/out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.