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'
|
||||
title: "[BUG] - YOUR_ISSUE_TITLE_HERE_REPLACE_ME"
|
||||
description: Create a report to help us improve
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
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
|
||||
inside of either of the following places:
|
||||
- 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 [Discussion's tab](https://github.com/nextui-org/nextui/discussions)
|
||||
- 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:
|
||||
- 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 Discussions tab: https://github.com/nextui-org/nextui/discussions
|
||||
- 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 [Discussions tab](https://github.com/nextui-org/nextui/discussions)
|
||||
|
||||
The more information you fill in, the better the community can help you.
|
||||
- type: textarea
|
||||
@ -75,14 +77,22 @@ body:
|
||||
id: os
|
||||
attributes:
|
||||
label: Operating System Version
|
||||
description: What opearting system are you using?
|
||||
description: What operating system are you using?
|
||||
placeholder: |
|
||||
- OS: [e.g. macOS, Windows, Linux]
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional
|
||||
- type: dropdown
|
||||
id: browser_type
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: |
|
||||
Add any other context about the problem here.
|
||||
label: Browser
|
||||
description: Select the browsers where the issue can be reproduced (that you know of).
|
||||
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
|
||||
title: "[Feature Request] YOUR_FEATURE_TITLE_HERE_REPLACE_ME"
|
||||
labels: [feature request]
|
||||
description: |
|
||||
💡 Suggest an idea for the `NextUI` project
|
||||
Examples
|
||||
@ -10,7 +12,7 @@ body:
|
||||
attributes:
|
||||
value: |
|
||||
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
|
||||
validations:
|
||||
required: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user