-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:code100x/web3-frontends
pull main
- Loading branch information
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
name: "Generic Issue" | ||
description: Create a generic issue for code100x/ui | ||
title: '[issue]: ' | ||
labels: ['area: general'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Thanks for taking the time to create an issue! Please make sure to check the documentation and search open/closed issues before submitting to avoid duplication. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
#### Not sure if you are facing a bug or need to open a feature request? Feel free to start a discussion: | ||
- [Discussions](https://github.com/code100x/ui/discussions/new?category=general) | ||
- type: dropdown | ||
id: issue-type | ||
attributes: | ||
label: Issue Type | ||
description: Please select the type of issue you are reporting. | ||
options: | ||
- Bug Report | ||
- Feature Request | ||
- Documentation | ||
- Enhancement | ||
- Question | ||
|
||
- type: textarea | ||
id: issue-description | ||
attributes: | ||
label: Issue Description | ||
description: Please provide a detailed description of the issue. | ||
placeholder: 'Describe the issue in detail...' | ||
|
||
- type: input | ||
id: affected-components | ||
attributes: | ||
label: Affected Components | ||
description: Are specific components of the project affected by this issue? List them here. | ||
placeholder: ex. Layout, Theme Switcher... | ||
|
||
- type: textarea | ||
id: reproduction-steps | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Provide steps to reproduce the issue if applicable. | ||
placeholder: '1. Navigate to...\n2. Click on...\n3. Observe...' | ||
|
||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional Context | ||
description: Add any other context or screenshots about the issue here. | ||
placeholder: 'Any additional details, links, or screenshots...' | ||
|
||
- type: checkboxes | ||
id: acknowledgement | ||
attributes: | ||
label: Acknowledgement | ||
description: Please acknowledge the following before submitting the issue. | ||
options: | ||
- label: I have reviewed the documentation | ||
required: true | ||
- label: I have searched for existing issues and PRs | ||
required: true |