Skip to content

Commit

Permalink
Merge branch 'main' into faq
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro authored Aug 20, 2024
2 parents 707386d + 02e4ef7 commit 765de0e
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 31 deletions.
23 changes: 14 additions & 9 deletions .github/ISSUE_TEMPLATE/01-bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
name: 🐛 Bug report
description: Create a report to help us improve
title: '🐛 <TITLE>'
title: '🐛 '
labels: ['bug']
body:
- type: markdown
attributes:
value: |
Use common sense and provide the necessary information that helps us to
help you.
Use common sense and provide the necessary information that helps us 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.
A minimal reproduction is mandatory: only the code and configuration required to demonstrate the issue.
- type: checkboxes
attributes:
label: Prerequisites
Expand All @@ -27,10 +23,12 @@ body:
issues](https://github.com/webpro-nl/knip/issues?q=is%3Aissue)
required: true
- label:
I've checked the list of [known
I've checked the [list of known
issues](https://knip.dev/reference/known-issues)
required: true
- label: I've read https://knip.dev/guides/issue-reproduction
- label:
I've read the [issue reproduction
guide](https://knip.dev/guides/issue-reproduction)
required: true
- type: input
id: reproduction
Expand All @@ -39,6 +37,13 @@ body:
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:
Expand Down
33 changes: 25 additions & 8 deletions .github/ISSUE_TEMPLATE/02-regression.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,43 @@
name: 🔄 Regression
description: Something that worked a certain way before, but no longer does
title: '🔄 <TITLE>'
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.
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.
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:
Expand Down
18 changes: 11 additions & 7 deletions .github/ISSUE_TEMPLATE/03-feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: 💡 Feature Request
name: 💡 Feature Request (RFC)
description: Suggest an idea for this project
title: '💡 <TITLE>'
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!
-->
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
16 changes: 10 additions & 6 deletions .github/ISSUE_TEMPLATE/04-everything-else.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: 🧩 Everything Else
description: Discuss anything related to Knip
title: '🧩 <TITLE>'
title: '🧩 '
labels: ['discussion']
body:
- type: markdown
attributes:
value: |
<!--
Feel free to discuss anything related to Knip.
Just saying, there's also a Discord channel: https://discord.gg/r5uXTtbTpc
-->
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
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- run: |
cd TypeScript
npm ci
knip --tags=+internal,-knipignore --exclude=duplicates,enumMembers,unlisted
knip --tags=+internal,-knipignore --exclude=duplicates,enumMembers
- name: Test Knip against InvokeAI
uses: actions/checkout@v4
Expand Down

0 comments on commit 765de0e

Please sign in to comment.