-
Notifications
You must be signed in to change notification settings - Fork 761
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
Showing
14 changed files
with
1,229 additions
and
7 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,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Questions or need suggestions? | ||
url: https://github.com/anuragverma108/SwapReads/discussions/new?category=q-a | ||
about: You can create a Q&A discussion and ask for clarifications |
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,70 @@ | ||
name: "⚙️ Custom Issue" | ||
description: "Submit a custom issue or suggestion for SwapReads." | ||
title: "[Custom]: <Brief description of the issue>" | ||
labels: ["custom", "status: needs triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for submitting a custom issue for **SwapReads**! This template is intended for any requests or suggestions that don't fit into the bug report, feature request, or documentation categories. | ||
- type: input | ||
id: issue_summary | ||
attributes: | ||
label: "Issue Summary" | ||
description: "Provide a summary of the custom issue." | ||
placeholder: "E.g., Enhancement suggestion for search functionality" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: issue_description | ||
attributes: | ||
label: "Issue Description" | ||
description: "Describe the issue or suggestion in detail." | ||
placeholder: "Provide a detailed description of the custom issue, including the context, use case, or scenario in which this issue occurs or would be relevant..." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: proposed_solution | ||
attributes: | ||
label: "Proposed Solution (Optional)" | ||
description: "If you have any ideas or suggestions for how to address this issue, describe them here." | ||
placeholder: "Describe your proposed solution or approach..." | ||
|
||
- type: dropdown | ||
id: priority | ||
attributes: | ||
label: "Priority" | ||
description: "How important is this issue to you?" | ||
options: | ||
- "High - Requires urgent attention" | ||
- "Medium - Should be addressed soon" | ||
- "Low - Can be addressed later" | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: category | ||
attributes: | ||
label: "Category" | ||
description: "Select the category that best describes the issue." | ||
options: | ||
- label: "Enhancement" | ||
- label: "Refactor" | ||
- label: "Security" | ||
- label: "Design" | ||
- label: "Other" | ||
|
||
- type: textarea | ||
id: additional_context | ||
attributes: | ||
label: "Additional Context (Optional)" | ||
description: "Add any other context or information that might be relevant to this issue." | ||
placeholder: "Provide any extra details, screenshots, or references that could help with understanding the issue..." | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
**Thank you for your suggestion!** We appreciate your input and will review your custom issue promptly. 📝 |
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 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
Oops, something went wrong.