From 3dec7634c8b441c9375ce43dd70d27eb058ef3f4 Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:14:03 +0530 Subject: [PATCH 1/2] Update and rename feature_request.md to feature.yml --- .github/ISSUE_TEMPLATE/feature.yml | 25 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ------------------ 2 files changed, 25 insertions(+), 20 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..86c8c4c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,25 @@ +name: "✨ Feature Request" +description: "Suggest an idea for this project " +title: "Feat:" +labels: [Feat, Needs Triage] +body: + - type: textarea + attributes: + label: "Describe the feature" + description: + validations: + required: true + - type: textarea + attributes: + label: "Add ScreenShots" + description: "Add sufficient SS to explain your issue." + validations: + required: true + - type: checkboxes + attributes: + label: "Record" + options: + - label: "I agree to follow this project's Code of Conduct" + required: true + - label: "I'm a GSSOC'24 contributor" + - label: "I want to work on this issue" diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index f4558654..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[FEATURE]" -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. From 36a650404881d76e9dd0c0d9ac90192ccb5cf968 Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:25:09 +0530 Subject: [PATCH 2/2] Create Custom.yml --- .github/ISSUE_TEMPLATE/Custom.yml | 70 +++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Custom.yml diff --git a/.github/ISSUE_TEMPLATE/Custom.yml b/.github/ISSUE_TEMPLATE/Custom.yml new file mode 100644 index 00000000..d96666d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Custom.yml @@ -0,0 +1,70 @@ +name: "⚙️ Custom Issue" +description: "Submit a custom issue or suggestion for CampX." +title: "[Custom]: " +labels: ["custom", "status: needs triage"] +body: + - type: markdown + attributes: + value: | + Thank you for submitting a custom issue for **CampX**! 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. 📝