mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-10-07 09:29:58 +08:00
32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
name: 👓 Others
|
|
|
|
description: Create an issue for Nova-admin
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for your interest in the project and taking the time to create this issue!
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Clear and concise description of the issue. Thanks!
|
|
placeholder: There are some thing I want to ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: checkboxes
|
|
attributes:
|
|
label: Validations
|
|
description: Before submitting the issue, please make sure you do the following
|
|
options:
|
|
- label: Ensure this issue neither a bug report nor a feature proposal.
|
|
required: true
|
|
- label: Read the [docs](https://nova-admin-docs.pages.dev/).
|
|
required: true
|
|
- label: Check that there isn't [already an issue](https://github.com/chansee97/nova-admin/issues) that descript the same thing to avoid creating a duplicate.
|
|
required: true
|