mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
updates per PR feedback
This commit is contained in:
parent
b74ce1cc51
commit
10c904f5bf
36
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
36
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,22 +1,24 @@
|
|||||||
name: 'Bug report'
|
name: 'Bug report'
|
||||||
|
title: "[BUG] - YOUR_ISSUE_TITLE_HERE_REPLACE_ME"
|
||||||
description: Create a report to help us improve
|
description: Create a report to help us improve
|
||||||
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thank you for reporting an issue :pray:.
|
Thank you for reporting an issue :pray:.
|
||||||
|
|
||||||
This issue tracker is for reporting bugs found in `NextUI` (https://github.com/nextui-org/nextui/).
|
This issue tracker is for reporting bugs found in [NextUI github repository](https://github.com/nextui-org/nextui/)
|
||||||
If you have a question about how to achieve something and are struggling, please post a question
|
If you have a question about how to achieve something and are struggling, please post a question
|
||||||
inside of either of the following places:
|
inside of either of the following places:
|
||||||
- NextUI's Discussion's tab: https://github.com/nextui-org/nextui/discussions
|
- NextUI's [Discussion's tab](https://github.com/nextui-org/nextui/discussions)
|
||||||
- NextUI's Discord channel: https://foambubble.github.io/join-discord/g
|
- NextUI's [Discord channel](https://foambubble.github.io/join-discord/g)
|
||||||
|
|
||||||
|
|
||||||
Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already:
|
Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already:
|
||||||
- NextUI's Issue's tab: https://github.com/nextui-org/nextui/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc
|
- NextUI's [Issue's tab](https://github.com/nextui-org/nextui/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc)
|
||||||
- NextUI's closed issues tab: https://github.com/nextui-org/nextui/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed
|
- NextUI's [closed issues tab](https://github.com/nextui-org/nextui/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed)
|
||||||
- NextUI's Discussions tab: https://github.com/nextui-org/nextui/discussions
|
- NextUI's [Discussions tab](https://github.com/nextui-org/nextui/discussions)
|
||||||
|
|
||||||
The more information you fill in, the better the community can help you.
|
The more information you fill in, the better the community can help you.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -75,14 +77,22 @@ body:
|
|||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
label: Operating System Version
|
label: Operating System Version
|
||||||
description: What opearting system are you using?
|
description: What operating system are you using?
|
||||||
placeholder: |
|
placeholder: |
|
||||||
- OS: [e.g. macOS, Windows, Linux]
|
- OS: [e.g. macOS, Windows, Linux]
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: dropdown
|
||||||
id: additional
|
id: browser_type
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Browser
|
||||||
description: |
|
description: Select the browsers where the issue can be reproduced (that you know of).
|
||||||
Add any other context about the problem here.
|
options:
|
||||||
|
- "Chrome"
|
||||||
|
- "Firefox"
|
||||||
|
- "Safari"
|
||||||
|
- "Edge"
|
||||||
|
- "Opera"
|
||||||
|
- "Other (add additonal context)"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,4 +1,6 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
|
title: "[Feature Request] YOUR_FEATURE_TITLE_HERE_REPLACE_ME"
|
||||||
|
labels: [feature request]
|
||||||
description: |
|
description: |
|
||||||
💡 Suggest an idea for the `NextUI` project
|
💡 Suggest an idea for the `NextUI` project
|
||||||
Examples
|
Examples
|
||||||
@ -10,7 +12,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
This issue form is for requesting features only! For example, requesting a new component, behavior ... etc
|
This issue form is for requesting features only! For example, requesting a new component, behavior ... etc
|
||||||
If you want to report a bug, please use the [bug report](https://github.com/nextui-org/nextui/issues/new?assignees=&labels=&template=bug_report.yml) form.
|
If you want to report a bug, please use the [bug report form](https://github.com/nextui-org/nextui/issues/new?assignees=&labels=&template=bug_report.yml).
|
||||||
- type: textarea
|
- type: textarea
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user