-
-
Notifications
You must be signed in to change notification settings - Fork 903
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use github form syntax for better issue templates (#637)
- Loading branch information
Showing
4 changed files
with
52 additions
and
57 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,39 @@ | ||
name: Bug report | ||
description: File a bug against the `uuid` project | ||
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: 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: Additional information | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: "Output of `npx envinfo --system --browsers --npmPackages --binaries` goes here:" | ||
validations: | ||
required: false |
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,13 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: ["feature"] | ||
|
||
body: | ||
- 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 |