generated from Dhaiwat10/react-library-starter
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add PR template * chore: add feature request template
- Loading branch information
1 parent
9a02f4b
commit 211ecea
Showing
2 changed files
with
71 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,41 @@ | ||
name: "Component/Hook Request" | ||
description: "Add suggestion for a component and/or a hook" | ||
labels: ["feature"] | ||
body: | ||
- type: "markdown" | ||
attributes: | ||
value: | | ||
Thanks for creating an issue! | ||
Make sure to search open/closed issues before submitting. | ||
- type: "textarea" | ||
id: "description" | ||
attributes: | ||
label: "Description" | ||
description: "Please describe your idea in one or two sentences." | ||
validations: | ||
required: true | ||
- type: "textarea" | ||
id: "justification" | ||
attributes: | ||
label: "Why is this needed?" | ||
description: | | ||
Please explain why you believe this is needed. | ||
validations: | ||
required: true | ||
- type: "textarea" | ||
id: "proposed-solution" | ||
attributes: | ||
label: "Proposed Solution or API" | ||
description: | | ||
Please share what you believe the ideal design/API should be like. | ||
You can use code snippets, gists, or links to communicate it. | ||
validations: | ||
required: true | ||
- type: "textarea" | ||
id: "additional-information" | ||
attributes: | ||
label: "Additional Information" | ||
description: | | ||
What resources (links, screenshots, etc.) do you have to assist this | ||
effort? |
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,30 @@ | ||
<!--- | ||
Thanks for creating a Pull Request! | ||
Please read the following before submitting: | ||
- Keep your PR as small as possible. | ||
- Limit your PR to one type (docs, feature, refactoring, ci, or bugfix) | ||
- Reference the issue you're modifying. | ||
--> | ||
|
||
Closes # <!-- Github issue # here --> | ||
|
||
## Description | ||
|
||
> Add a brief description | ||
## 📝 Additional Information | ||
|
||
> Anything else you'd want reviewers to know. | ||
<!--- Remember: | ||
You have a lot more context than whoever is going to review. | ||
The more details you provide, the easier you make for others | ||
to review the PRs. | ||
--> | ||
|
||
<!--- | ||
## Screenshot | ||
If your changes are visual, please add a screenshot. | ||
If they're behavioral, consider adding a screen recording of the change. | ||
--> |