Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] issue templates change #44

Merged
merged 3 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/✅-Feature-Request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: "✅ Feature Request"
description: Suggest an idea or possible new feature for this project.
title: "Feature: "
body:
- type: markdown
attributes:
value: |
Thanks you for taking the time to fill out this feature request report!
We kindly ask that you search to see if an [issue already exists](https://github.com/YOCOING/YOCO/issues) for your feature.
We are also happy to accept contributions from our users. For more details see [here](https://github.com/YOCOING/YOCO/blob/dev/CONTRIBUTING.md).

- type: textarea
attributes:
label: Description
description: |
Describe the solution you'd like. A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
attributes:
label: Summary
description: |
Summarize your issue if it is possible.

- type: textarea
attributes:
label: Additional Context
description: |
Add any other context about the problem here.
validations:
required: false
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/✅-Feature.md

This file was deleted.

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/🐞-Bug-Report.md

This file was deleted.

62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/🐞-Bug-Report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: "🐛 Bug report"
description: Report a reproducible bug or regression
body:
- type: markdown
attributes:
value: |
Thanks you for taking the time to raise up new issue for us!

This issue tracker is for reporting reproducible bugs or regression's found in [TanStack Query](https://github.com/TanStack/query)
givvemee marked this conversation as resolved.
Show resolved Hide resolved

The more information you fill in up, we can take more actions to resolve reported bug.
- type: textarea
id: description
attributes:
label: Description
description: Please enter an explicit description of your issue
validations:
required: true
- type: textarea
id: steps
attributes:
label: Reproduction
description: Please provide detailed steps for reproducing the issue.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected output
description: A clear and concise description of what you expected to happen.
placeholder: |
As a user, I expected ___ behavior but i am seeing ___
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
id: screenshots_or_videos
attributes:
label: Screenshots or Videos
description: |
If applicable, add screenshots to help explain your problem.
placeholder: |
You can drag your video or image files inside of this editor ↓
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.