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