forked from webpro-nl/knip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main'
- Loading branch information
Showing
482 changed files
with
6,560 additions
and
2,031 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Convert all files to use "\n" line endings. | ||
* text eol=lf | ||
|
||
# Specify the file type for some binary files to prevent Git from changing the line endings upon | ||
# cloning the repository. | ||
*.gif binary | ||
*.ico binary | ||
*.jpeg binary | ||
*.jpg binary | ||
*.png binary | ||
*.otf binary | ||
*.mov binary | ||
*.mp3 binary | ||
*.mp4 binary | ||
*.webm binary | ||
*.webp binary |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
name: 🐛 Bug report | ||
description: Create a report to help us improve | ||
title: '🐛 ' | ||
labels: ['bug'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Use common sense and provide the necessary information that helps us to help you. | ||
A minimal reproduction is mandatory: only the code and configuration required to demonstrate the issue. | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
description: Please check existing information about your issue | ||
options: | ||
- label: I'm using the latest version | ||
required: true | ||
- label: I've read the relevant [documentation](https://knip.dev) | ||
required: true | ||
- label: | ||
I've searched for [existing | ||
issues](https://github.com/webpro-nl/knip/issues?q=is%3Aissue) | ||
required: true | ||
- label: | ||
I've checked the [list of known | ||
issues](https://knip.dev/reference/known-issues) | ||
required: true | ||
- label: | ||
I've read the [issue reproduction | ||
guide](https://knip.dev/guides/issue-reproduction) | ||
required: true | ||
- type: input | ||
id: reproduction | ||
attributes: | ||
label: Reproduction url | ||
description: Please link to the location of the issue reproduction | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Reproduction access | ||
description: For instance, a CodeSandbox seems private by default | ||
options: | ||
- label: I've made sure the reproduction is publicly accessible | ||
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,61 @@ | ||
name: 🔄 Regression | ||
description: Something that worked a certain way before, but no longer does | ||
title: '🔄 ' | ||
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 mandatory: only the code and configuration required to demonstrate the issue. | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
description: Please check existing information about your issue | ||
options: | ||
- label: I've read the relevant [documentation](https://knip.dev) | ||
required: true | ||
- label: | ||
I've searched for [existing | ||
issues](https://github.com/webpro-nl/knip/issues?q=is%3Aissue) | ||
required: true | ||
- label: | ||
I've read the [issue reproduction | ||
guide](https://knip.dev/guides/issue-reproduction) | ||
required: true | ||
- type: input | ||
id: reproduction | ||
attributes: | ||
label: Reproduction url | ||
description: Please link to the location of the issue reproduction | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Reproduction access | ||
description: For instance, a CodeSandbox seems private by default | ||
options: | ||
- label: I've made sure the reproduction is publicly accessible | ||
required: true | ||
- type: input | ||
id: good-version | ||
attributes: | ||
label: Good version | ||
description: What's the latest version it worked as expected? | ||
validations: | ||
required: true | ||
- type: input | ||
id: bad-version | ||
attributes: | ||
label: Bad version | ||
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 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,16 @@ | ||
name: 💡 Feature Request (RFC) | ||
description: Suggest an idea for this project | ||
title: '💡 ' | ||
labels: ['feature request'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | ||
Use common sense and provide the necessary information to explain why | ||
the feature is useful to you and to others. Thanks! | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Suggest an idea for this project | ||
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,16 @@ | ||
name: 🧩 Everything Else | ||
description: Discuss anything related to Knip | ||
title: '🧩 ' | ||
labels: ['discussion'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | ||
Feel free to discuss anything related to Knip. By the way, there's also | ||
a [Discord channel](https://discord.gg/r5uXTtbTpc). | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Discuss anything related to Knip | ||
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
2 changes: 1 addition & 1 deletion
2
.github/workflows/ci-ts-beta.yml → .github/workflows/ci-ts-next.yml
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.