-
-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: expand Prettier glob to all files (#701)
--------- Co-authored-by: Robert Kieffer <[email protected]> Co-authored-by: Christoph Tavan <[email protected]>
- Loading branch information
1 parent
e267b90
commit bc46e19
Showing
5 changed files
with
85 additions
and
83 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,39 +1,39 @@ | ||
name: Bug report | ||
description: File a bug against the `uuid` project | ||
labels: ["bug"] | ||
title: "[BUG] <title>" | ||
labels: ['bug'] | ||
title: '[BUG] <title>' | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Before you begin... | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- label: I am not using version 13.x of node (if so, please upgrade) | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Before you begin... | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- label: I am not using version 13.x of node (if so, please upgrade) | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Description of the problem | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Description of the problem | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Recipe for reproducing | ||
description: "**IMPORTANT**: Failure to provide a [Minimal, Complete, and Verifiable](https://stackoverflow.com/help/minimal-reproducible-example) example will result in this issue being closed without further review." | ||
render: bash | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Recipe for reproducing | ||
description: '**IMPORTANT**: Failure to provide a [Minimal, Complete, and Verifiable](https://stackoverflow.com/help/minimal-reproducible-example) example will result in this issue being closed without further review.' | ||
render: bash | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: "Output of `npx envinfo --system --browsers --npmPackages --binaries` goes here:" | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: 'Output of `npx envinfo --system --browsers --npmPackages --binaries` goes here:' | ||
validations: | ||
required: false |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: ["feature"] | ||
labels: ['feature'] | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: E.g. alternatives you've considered, examples, screenshots, or anything else that may be helpful | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: E.g. alternatives you've considered, examples, screenshots, or anything else that may be helpful |
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