-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from SuperAayush/temp
feat:add feature and other template with pull request template
- Loading branch information
Showing
3 changed files
with
91 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,35 @@ | ||
name: Feature request | ||
description: Suggest features, propose improvements, discuss new ideas | ||
title: "[FEATURE] <description>" | ||
labels: ["⭐ goal: addition"] | ||
body: | ||
- type: textarea | ||
id: suggestion | ||
attributes: | ||
label: ⭐ Suggestion | ||
description: A summary of what you'd like to see added or changed | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: usecases | ||
attributes: | ||
label: 💻 Use Cases | ||
description: | | ||
What are possible you cases for your suggested feature? | ||
Are you using any workarounds in the meantime? | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: relatedproblems | ||
attributes: | ||
label: ❌ Related Problems | ||
description: | | ||
Is your Request related to a problem? | ||
Think about linking existing Issues here! | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
You can also join the Discord community [here](http://discord.eddiehub.org) | ||
Feel free to check out other cool repositories of the EddieHub Community [here](https://github.com/EddieHubCommunity) |
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,22 @@ | ||
name: Other | ||
description: Use this for any other issues. PLEASE do not create blank issues | ||
title: "[OTHER]" | ||
labels: ["🚦 status: awaiting triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "# Other issue" | ||
- type: textarea | ||
id: issuedescription | ||
attributes: | ||
label: What would you like to share? | ||
description: Provide a clear and concise explanation of your issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this issue? | ||
validations: | ||
required: false |
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,34 @@ | ||
<!-- If this pull requests solves an issue, as an example, use `Closes #31`. #31 stands for the issue number --> | ||
|
||
## Fixes Issue | ||
|
||
<!-- Remove this section if not applicable --> | ||
|
||
<!-- Example: Closes #31 --> | ||
|
||
## Changes proposed | ||
|
||
<!-- Here comes all the changes proposed through this PR --> | ||
|
||
<!-- Check all the boxes which are applicable to check the box correct follow the following conventions --> | ||
<!-- | ||
[x] - Correct | ||
[X] - Correct | ||
--> | ||
|
||
## Check List (Check all the boxes which are applicable) <!-- Follow the above conventions to check the box --> | ||
|
||
- [ ] My code follows the code style of this project. | ||
- [ ] My change requires a change to the documentation. | ||
- [ ] I have updated the documentation accordingly. | ||
- [ ] All new and existing tests passed. | ||
- [ ] This PR does not contain plagiarized content. | ||
- [ ] The title of my pull request is a short description of the requested changes. | ||
|
||
## Screenshots | ||
|
||
<!-- Add all the screenshots which support your changes --> | ||
|
||
## Note to reviewers | ||
|
||
<!-- Add a note to reviewers if applicable --> |