This file contains hidden or 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
| yarn add next@latest |
This file contains hidden or 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
| npm install next@latest |
This file contains hidden or 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
| name: ๐Bug Report | |
| description: File a bug report here | |
| title: "[BUG]: " | |
| labels: ["bug"] | |
| assignees: ["AnishDe12020"] | |
| body: | |
| - type: markdown | |
| attributes: | |
| value: | | |
| Thanks for taking the time to fill out this bug report!!! |
This file contains hidden or 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
| - type: dropdown | |
| id: versions | |
| attributes: | |
| label: Which version of the app are you using? | |
| description: If this issue is occurring on more than 1 version of the app, select the appropriate versions. | |
| multiple: true | |
| options: | |
| - 1.0.0 | |
| - 1.1.0 | |
| - 1.2.0 |
This file contains hidden or 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
| - type: textarea | |
| id: steps-to-reproduce | |
| attributes: | |
| label: Steps To Reproduce | |
| description: Steps to reproduce the behavior. | |
| placeholder: Please write the steps in a list form | |
| validations: | |
| required: true |
This file contains hidden or 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
| - type: textarea | |
| id: bug-description | |
| attributes: | |
| label: Description of the bug | |
| description: Tell us what bug you encountered and what should have happened | |
| validations: | |
| required: true |
This file contains hidden or 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
| - type: checkboxes | |
| id: new-bug | |
| attributes: | |
| label: Is there an existing issue for this? | |
| description: Please search to see if an issue already exists for the bug you encountered. | |
| options: | |
| - label: I have searched the existing issues | |
| required: true |
This file contains hidden or 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
| body: | |
| - type: markdown | |
| attributes: | |
| value: | | |
| Thanks for taking the time to fill out this bug report!!! |
This file contains hidden or 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
| assignees: ["AnishDe12020"] |
This file contains hidden or 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
| description: File a bug report here | |
| title: "[BUG]: " | |
| labels: ["bug"] |