-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: #249 # Overview <!-- A clear and concise description of what this pr is about. --> I left comments as intention ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/suspensive/react/blob/main/CONTRIBUTING.md) 2. I added documents and tests.
- Loading branch information
Showing
3 changed files
with
51 additions
and
53 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
This file was deleted.
Oops, something went wrong.
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,42 @@ | ||
name: Feature Request | ||
description: Suggest an idea | ||
labels: [feature] | ||
title: "[Feature]:" | ||
body: | ||
- type: dropdown | ||
id: package | ||
attributes: | ||
label: Package Scope | ||
description: Is this issue related to a specific package? | ||
multiple: true | ||
options: | ||
- "@suspensive/react" | ||
- "@suspensive/react-query" | ||
- "@suspensive/react-await" | ||
- etc | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
description: Description what feature you want | ||
label: Description | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: possible-solution | ||
attributes: | ||
label: Possible Solution | ||
description: If you have suggestions on a fix for the bug | ||
placeholder: I think this is probably... | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: etc | ||
attributes: | ||
label: etc. | ||
validations: | ||
required: false |