Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Oct 23, 2023
1 parent 4292e75 commit 7a0d338
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
25 changes: 23 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,33 @@ body:
attributes:
label: What platform is your computer?
description: MacOS, Windows, Linux.
- type: input
attributes:
label: What version of external packages are you using(`@tanstack-query`, `MSW`, `React`, `Vue`, ...)
description: Copy the output of your `package.json`
- type: textarea
attributes:
label: What steps can reproduce the bug?
description: Explain the bug and provide a code snippet that can reproduce it.
description: |
Explain the bug and provide a code snippet that can reproduce it.
Please add a link to a minimal reproduction.
Note:
- Your bug may get fixed much faster if we can run your code and it doesn't have dependencies other than React/Solid/Vue/Svelte.
- To create a shareable code example for web, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/).
- For TypeScript related issues only, a TypeScript Playground link might be sufficient: https://www.typescriptlang.org/play
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve
validations:
required: true
- type: dropdown
attributes:
label: How often does this bug happen?
description: |
Following the repro steps above, how easily are you able to reproduce this bug?
options:
- Every time
- Often
- Sometimes
- Only once
- type: textarea
attributes:
label: What is the expected behavior?
Expand All @@ -33,4 +54,4 @@ body:
- type: textarea
attributes:
label: Additional information
description: Is there anything else you think we should know?
description: Is there anything else you think we should know?
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ body:
label: What is the problem this feature would solve?
validations:
required: true
- type: textarea
attributes:
label: External documents/projects?
- type: textarea
attributes:
label: What is the feature you are proposing to solve the problem?
validations:
required: true
- type: textarea
attributes:
label: What alternatives have you considered?
label: What alternatives have you considered?
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ body:
attributes:
value: |
Thank you for submitting a bug report. It helps make `Kubb` better.
- type: input
attributes:
label: What platform is your computer?
Expand All @@ -28,4 +27,4 @@ body:
- type: textarea
attributes:
label: Additional information
description: Is there anything else you think we should know?
description: Is there anything else you think we should know?
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ coverage:
project:
default:
target: 85%
threshold: 1%
threshold: 5%

1 comment on commit 7a0d338

@vercel
Copy link

@vercel vercel bot commented on 7a0d338 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kubb – ./

kubb-git-main-kubb.vercel.app
kubb-kubb.vercel.app
www.kubb.dev
kubb.dev

Please sign in to comment.