From 480dc44d3b048fcc401b60b4f61f1c182e1098f4 Mon Sep 17 00:00:00 2001 From: Tom Schmelzer <30869493+schmelto@users.noreply.github.com> Date: Wed, 18 Aug 2021 14:41:46 +0200 Subject: [PATCH] fix: edit issue template resolve #91 --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 78981c5..01b7ac4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,7 +3,7 @@ description: File a bug report title: "[Bug]: " labels: [bug, triage] assignees: - - octocat + - schmelto body: - type: markdown attributes: @@ -26,16 +26,6 @@ body: value: "A bug happened!" validations: required: true - - type: dropdown - id: version - attributes: - label: Version - description: What version of our software are you running? - options: - - 1.0.2 (Default) - - 1.0.3 (Edge) - validations: - required: true - type: dropdown id: browsers attributes: @@ -46,6 +36,7 @@ body: - Chrome - Safari - Microsoft Edge + - Other - type: textarea id: logs attributes: @@ -56,7 +47,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/schmelto/portfolio/blob/main/CODE_OF_CONDUCT.md) options: - label: I agree to follow this project's Code of Conduct required: true