From 6e908af6222a739cef62a6a913741465a2fb083e Mon Sep 17 00:00:00 2001 From: angrezichatterbox Date: Wed, 20 Nov 2024 21:44:41 +0530 Subject: [PATCH] feat:Added yaml template for bunk mate --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ---------------- .github/ISSUE_TEMPLATE/bug_report.yaml | 40 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 ---------- 3 files changed, 40 insertions(+), 45 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 0b9fbc6..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Bug report -about: Bug report template -title: "[BUG]" -labels: bug -assignees: angrezichatterbox - ---- - -**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. - -**Platform:** -* - [x] Android -* - [x] iOS diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..7e483db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,40 @@ +name: Bug Report +description: Report a bug or unexpected behavior +labels: bug + +body: + - type: markdown + attributes: + value: | + ## Bug Report + + Please provide a clear and concise description of the bug. + + - type: textarea + attributes: + label: What is the bug? + description: Provide details about what is not working as expected. + placeholder: "Describe the issue..." + required: true + + - type: textarea + attributes: + label: Steps to reproduce + description: What steps did you follow to reproduce the issue? + placeholder: "List the steps" + required: true + + - type: checkbox + attributes: + label: Was the issue present in the latest release? + options: + - Yes + - No + required: true + + - type: input + attributes: + label: Version of the app + description: Please specify the version of the application. + required: true + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index c67bed2..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +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 if applicable** -A clear and concise description of any alternative solutions or features you've considered.