|
@@ -2,6 +2,13 @@ name: Bug Report
|
|
|
description: Create a report to help us improve
|
|
|
labels: ["type:bug"]
|
|
|
body:
|
|
|
+ - type: input
|
|
|
+ id: summary
|
|
|
+ attributes:
|
|
|
+ label: Summary
|
|
|
+ placeholder: Please summarize your problem.
|
|
|
+ validations:
|
|
|
+ required: true
|
|
|
- type: checkboxes
|
|
|
id: terms
|
|
|
attributes:
|
|
@@ -11,13 +18,6 @@ body:
|
|
|
required: true
|
|
|
- label: I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/cryptomator/blob/develop/.github/CODE_OF_CONDUCT.md)
|
|
|
required: true
|
|
|
- - type: input
|
|
|
- id: summary
|
|
|
- attributes:
|
|
|
- label: Summary
|
|
|
- placeholder: Please summarize your problem.
|
|
|
- validations:
|
|
|
- required: true
|
|
|
- type: textarea
|
|
|
id: software-versions
|
|
|
attributes:
|
|
@@ -97,4 +97,4 @@ body:
|
|
|
id: further-info
|
|
|
attributes:
|
|
|
label: Anything else?
|
|
|
- description: Links? References? Screenshots? Configurations? Any data that might be necessary to reproduce the issue?
|
|
|
+ description: Links? References? Screenshots? Configurations? Any data that might be necessary to reproduce the issue?
|