mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 23:24:32 +08:00
.github/ISSUE_TEMPLATE: bug-report template
Signed-off-by: John Sahhar <john@gravitl.com>
This commit is contained in:
parent
a7a108f8c2
commit
f4e3a5e540
1 changed files with 5 additions and 8 deletions
13
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
13
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -2,8 +2,7 @@ name: Bug Report
|
||||||
description: File a bug report
|
description: File a bug report
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["bug", "triage"]
|
labels: ["bug", "triage"]
|
||||||
assignees:
|
assignees: ["ok-john", "0xdcarns", "afeiszli", "mattkasun"]
|
||||||
- octocat
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -46,7 +45,7 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: browsers
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
label: What OS are you using?
|
label: What OS are you using?
|
||||||
multiple: true
|
multiple: true
|
||||||
|
@ -65,10 +64,8 @@ body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: terms
|
id: terms
|
||||||
attributes:
|
attributes:
|
||||||
label: Code of Conduct
|
label: Contributing guidelines
|
||||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
|
description: Have you read [CONTRIBUTING.md](https://github.com/gravitl/netmaker/blob/master/CONTRIBUTING.md)
|
||||||
options:
|
options:
|
||||||
- label: I agree to follow this project's Code of Conduct
|
- label: Yes, I did.
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue