From 3d0c0e650fdf1dcdd035e455b968c4179bb0eebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Gy=C3=B6ngy=C3=B6si?= Date: Mon, 12 Aug 2024 07:20:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20corrected=20project=20ID;=20?= =?UTF-8?q?=E2=9E=95=20added=20stack=20trace=20&=20app=20version=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yaml | 36 +++++++++++---- .github/ISSUE_TEMPLATE/feature_request.yaml | 49 ++++++++++++--------- 2 files changed, 56 insertions(+), 29 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 9036079..b8c1e35 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,7 +1,7 @@ name: 🐛 Bug report description: Create a bug report to help us improve this software labels: ["bug"] -projects: ["gy-mate/moodle-to-vikwikiquiz"] +projects: ["gy-mate/1"] assignees: - gy-mate body: @@ -12,12 +12,27 @@ body: description: A clear and concise description of what the bug is. validations: required: true + - type: textarea + id: log + attributes: + label: Stack trace + description: The program should print a stack trace when an error occurs. Please paste it here, if applicable. + placeholder: | + Traceback (most recent call last): + File "main.py", line 1, in + raise Exception("This is an exception") + Exception: This is an exception + render: python - type: textarea id: reproduce attributes: label: To reproduce description: Steps to reproduce the behavior. - placeholder: "1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error" + placeholder: | + 1. Type '...' + 2. Press Enter + 3. Type '...' + 4. See the error - type: textarea id: expected attributes: @@ -27,13 +42,19 @@ body: id: actual attributes: label: Actual behavior - description: A clear and concise description of what actually happens. If applicable, add screenshots to help explain your problem. + description: A clear and concise description of what is actually happening. If applicable, include screenshot(s) to help explain your problem. + - type: input + id: version + attributes: + label: Version + description: Which version of `moodle-to-vikwikiquiz` are you using? + validations: + required: true - type: dropdown id: os attributes: label: OS - description: Which operating system(s) are you using? (If applicable.) - multiple: true + description: Which operating system do you use? (If applicable.) options: - Linux - macOS @@ -44,8 +65,7 @@ body: id: browser attributes: label: Browser - description: Which browser(s) are you using? (If applicable.) - multiple: true + description: Which browser do you use? (If applicable.) options: - Chrome - Firefox @@ -55,4 +75,4 @@ body: id: version attributes: label: Version - description: Which version of the OS or browser are you using? (If applicable.) + description: What version of the OS or browser are you using? (If applicable.) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 7e63e71..3561f48 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,27 +1,34 @@ name: ✨ Feature request description: Suggest an idea for this software labels: ["enhancement"] -projects: ["gy-mate/moodle-to-vikwikiquiz"] +projects: ["gy-mate/1"] assignees: - gy-mate body: - - type: textarea - id: description - attributes: - label: Description - description: What should be improved? - placeholder: "I'm always frustrated when [...]" - validations: - required: true - - type: textarea - id: solution - attributes: - label: Preferred solution - description: A clear and concise description of what you would like to happen in these cases. - validations: - required: true - - type: textarea - id: alternatives - attributes: - label: Considered alternatives - description: A clear and concise description of any alternative solutions or features you've considered. + - type: textarea + id: description + attributes: + label: Description + description: What should be improved? + placeholder: "I always get frustrated when [...]" + validations: + required: true + - type: textarea + id: solution + attributes: + label: Preferred solution + description: A clear and concise description of what you want to happen in these cases. + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: Alternatives considered + description: A clear and concise description of any alternative solutions or features you've considered. + - type: input + id: version + attributes: + label: Version + description: Which version of `moodle-to-vikwikiquiz` are you using? + validations: + required: true