Skip to content

Commit

Permalink
fix: edit issue template (#97)
Browse files Browse the repository at this point in the history
resolve #91
  • Loading branch information
schmelto committed Aug 18, 2021
1 parent e39f540 commit d59fb81
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: File a bug report
title: "[Bug]: "
labels: [bug, triage]
assignees:
- octocat
- schmelto
body:
- type: markdown
attributes:
Expand All @@ -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:
Expand All @@ -46,6 +36,7 @@ body:
- Chrome
- Safari
- Microsoft Edge
- Other
- type: textarea
id: logs
attributes:
Expand All @@ -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

0 comments on commit d59fb81

Please sign in to comment.