-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update issue templates + issue reproduction doc
- Loading branch information
Showing
5 changed files
with
82 additions
and
51 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,26 @@ | ||
name: 🐛 Bug report | ||
description: Create a report to help us improve | ||
labels: ['bug'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please make sure you have read the docs and are using the latest version of Knip. Use common sense and provide the necessary information that helps me or others to help you. | ||
A minimal reproduction is required: only the code and configuration required to demonstrate the issue. | ||
Please make sure you've read https://knip.dev/guides/issue-reproduction. | ||
- type: input | ||
id: reproduction | ||
attributes: | ||
label: Reproduction url | ||
description: Please link to the location of the issue reproduction | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description of the issue | ||
description: What happened, and what would you expect to happen? | ||
validations: | ||
required: true |
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,40 @@ | ||
name: 🐛 Regression | ||
description: Something that worked properly before, but no longer does | ||
labels: ['regression'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please make sure you have read the docs and are using the latest version of Knip. Use common sense and provide the necessary information that helps me or others to help you. | ||
A minimal reproduction is required: only the code and configuration required to demonstrate the issue. | ||
Please make sure you've read https://knip.dev/guides/issue-reproduction. | ||
- type: input | ||
id: reproduction | ||
attributes: | ||
label: Reproduction url | ||
description: Please link to the location of the issue reproduction | ||
validations: | ||
required: true | ||
- type: input | ||
id: latest-version | ||
attributes: | ||
label: Reproduction url | ||
description: What's the latest version it worked as expected? | ||
validations: | ||
required: true | ||
- type: input | ||
id: first-version | ||
attributes: | ||
label: Reproduction url | ||
description: What's the first version it no longer works as expected? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description of the regression | ||
description: What happened before, what happens now? | ||
validations: | ||
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