-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f25ba12
commit 6c5ad23
Showing
4 changed files
with
201 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,54 @@ | ||
name: 🪲 Bug Report | ||
description: Report your bug by filling the information given below | ||
title: "[Bug]: " | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Give a brief about the bug ✍️ | ||
description: Enter a brief description about the bug report | ||
placeholder: Please include a summary, also include relevant motivation and context. | ||
value: "Description" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: behaviors | ||
attributes: | ||
label: What is the expected behavior? 🤔 | ||
description: Enter the expected behavior of the bug | ||
placeholder: Please include a summary, also include relevant motivation and context. | ||
value: "Description" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: instructions | ||
attributes: | ||
label: Provide step by step information to reproduce the bug 📄 | ||
description: Enter the description of how you plan to find the bug's solution | ||
placeholder: Please include a summary, also include relevant motivation and context. | ||
value: "Description" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: contribution | ||
attributes: | ||
label: Select program in which you are contributing | ||
multiple: true | ||
options: | ||
- GSoC'25 | ||
- SWoC'25 | ||
- Other | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [CODE OF CONDUCT]() | ||
options: | ||
- label: I follow [CONTRIBUTING GUIDELINE]() of this project. | ||
required: true | ||
|
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,44 @@ | ||
name: 📚 Documentation or README.md issue report | ||
description: Report an issue in the project's documentation or README.md file. | ||
title: "[Documentation Bug]: " | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this documentation bug report! | ||
- type: textarea | ||
id: documentation-bug-description | ||
attributes: | ||
label: Describe the bug ✍️ | ||
description: Enter a brief description about the documentation bug report | ||
placeholder: Please include a summary, also include relevant motivation and context. | ||
value: "Describe your bug here" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: instructions | ||
attributes: | ||
label: Provide step by step information reproduce the bug 📄 | ||
description: Enter the description on how you plan to find the bug's solution | ||
placeholder: Please include a summary, also include relevant motivation and context. | ||
value: "Description" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: contribution | ||
attributes: | ||
label: Select program in which you are contributing | ||
multiple: true | ||
options: | ||
- GSoC'25 | ||
- SWoC'25 | ||
- Other | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [CODE OF CONDUCT]() | ||
options: | ||
- label: I follow [CONTRIBUTING GUIDELINE]() of this project. | ||
required: true |
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,68 @@ | ||
name: 🆕 Feature request | ||
description: Suggest an idea for this project | ||
title: "[FEATURE] " | ||
labels: [enhancement] | ||
|
||
|
||
projects: ["new-website"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to open a feature request! Please provide us with as much detail as possible to help us understand your idea. | ||
- type: input | ||
id: title | ||
attributes: | ||
label: Feature title | ||
description: A brief title for your feature request | ||
placeholder: Add a descriptive title | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A detailed description of the feature you are requesting | ||
placeholder: Describe the feature in detail | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: motivation | ||
attributes: | ||
label: Motivation | ||
description: Explain why this feature would be useful | ||
placeholder: Explain the motivation behind this feature | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternatives | ||
description: Describe any alternative solutions or features you've considered | ||
placeholder: Describe alternative solutions | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: contribution | ||
attributes: | ||
label: Select program in which you are contributing | ||
multiple: true | ||
options: | ||
- GSoC'25 | ||
- SWoC'25 | ||
- Other | ||
|
||
- type: input | ||
id: additional_context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request | ||
placeholder: Add any other context or screenshots | ||
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,35 @@ | ||
name: ❓ Question or Support Request | ||
description: Questions and requests for support. | ||
title: "[Question]: " | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this and letting us know your question | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe your question or ask for support.❓ | ||
description: Enter a brief description about your question or support needed | ||
placeholder: Please include a summary, also include relevant motivation and context. | ||
value: "Description" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: contribution | ||
attributes: | ||
label: Select program in which you are contributing | ||
multiple: true | ||
options: | ||
- GSoC'25 | ||
- SWoC'25 | ||
- Other | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [CODE OF CONDUCT]() | ||
options: | ||
- label: I follow [CONTRIBUTING GUIDELINE]() of this project. | ||
required: true |