From 708d8ac3210be13c61e8fe5502ba862a54cc9fd4 Mon Sep 17 00:00:00 2001 From: Suhani Singh Paliwal <161575955+suhanipaliwal@users.noreply.github.com> Date: Wed, 29 May 2024 00:24:57 +0530 Subject: [PATCH 1/3] Update and rename bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 38 --------------------- .github/ISSUE_TEMPLATE/bug_report.yml | 48 +++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..86c1b95 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,48 @@ +name: ​🐞 Bug +description: Report an issue to help us improve the project. +title: "BUG REPORT" +labels: ["bug", "goal: fix"] +body: + - type: textarea + attributes: + label: Description + description: A brief description of the issue or bug you are facing, include what you tried and what didn't work + validations: + required: false + - type: textarea + attributes: + label: Screenshots + description: Add screenshots or videos if applicable + validations: + required: false + - type: textarea + attributes: + label: Additional information + description: Any additional information or anything we should know about this bug? + validations: + required: false + - type: dropdown + attributes: + label: What browser are you seeing this bug on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - type: checkboxes + id: no-duplicate-issues + attributes: + label: "Checklist" + options: + - label: "I have checked the existing issues" + required: true + + - label: "I have read the Contributing Guidelines" + required: true + + - label: "I have read the Code Of Conduct" + required: true + + - label: "The changes don't break the code" + required: true From c175b0532955b68a6f7a5a94c6c2c05e1f43d56a Mon Sep 17 00:00:00 2001 From: Suhani Singh Paliwal <161575955+suhanipaliwal@users.noreply.github.com> Date: Wed, 29 May 2024 00:29:08 +0530 Subject: [PATCH 2/3] Update and rename documentaion-update.md to documentaion.yml --- .github/ISSUE_TEMPLATE/documentaion-update.md | 12 ------ .github/ISSUE_TEMPLATE/documentaion.yml | 37 +++++++++++++++++++ 2 files changed, 37 insertions(+), 12 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/documentaion-update.md create mode 100644 .github/ISSUE_TEMPLATE/documentaion.yml diff --git a/.github/ISSUE_TEMPLATE/documentaion-update.md b/.github/ISSUE_TEMPLATE/documentaion-update.md deleted file mode 100644 index ca77eee..0000000 --- a/.github/ISSUE_TEMPLATE/documentaion-update.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Documentaion update -about: Change the documentation -title: '' -labels: '' -assignees: '' - ---- - -- **Which file to change** -- **What to change** -- **What type of change** (for example:- grammatical errors, adding new sections) diff --git a/.github/ISSUE_TEMPLATE/documentaion.yml b/.github/ISSUE_TEMPLATE/documentaion.yml new file mode 100644 index 0000000..cfd0372 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentaion.yml @@ -0,0 +1,37 @@ +name: "📝 Documentation" +description: "Use this format to suggest improvements in our docs" +title: "📝[DOCS] <suggestion title>" +labels: ["documentation", "goal: enhancement"] + +body: + - type: textarea + id: docs_description + attributes: + label: "Issue Description" + description: "A brief summary of the documentation issue you would like to address." + validations: + required: true + + - type: textarea + id: screenshots_examples_docs + attributes: + label: "Screenshots or Examples (if applicable)" + description: "Please add relevant screenshots or examples to illustrate the problem." + + - type: checkboxes + id: terms_checklist_docs + attributes: + label: "Checklist" + description: "By submitting this issue, you agree to follow our Code of Conduct" + options: + - label: "I have checked the existing issues." + required: true + + - label: "I have read the Contributing Guidelines." + required: true + + - label: "I have read the Code Of Conduct." + required: true + + - label: "The changes doesn't break the code" + required: true From 1225c2dad27d38b8c6c9288dd35e9da270423b09 Mon Sep 17 00:00:00 2001 From: Suhani Singh Paliwal <161575955+suhanipaliwal@users.noreply.github.com> Date: Wed, 29 May 2024 00:30:08 +0530 Subject: [PATCH 3/3] Update and rename feature_request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ------------- .github/ISSUE_TEMPLATE/feature_request.yml | 35 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..e65fe2d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,35 @@ +name: 💡 Feature Request +description: Suggest an interesting feature idea for this project +title: "💡[FEATURE] <title>" +labels: ["enhancement", "goal: addition"] +body: + - type: textarea + id: description + attributes: + label: Description + description: A clear and concise description of features you want to add. + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Include relevant screenshots if applicable + validations: + required: false + - type: checkboxes + id: no-duplicate-issues + attributes: + label: "Checklist" + options: + - label: "I have checked the existing issues." + required: true + + - label: "I have read the Contributing Guidelines" + required: true + + - label: "I have read the Code Of Conduct" + required: true + + - label: "The changes don't break the code" + required: true