2022-01-17 09:28:20 -05:00
|
|
|
|
name: Found a bug?
|
2022-01-21 06:48:38 -05:00
|
|
|
|
description: Please report bug so we can improve
|
2022-01-17 09:28:20 -05:00
|
|
|
|
labels: ["bug"]
|
|
|
|
|
body:
|
|
|
|
|
- type: markdown
|
2022-01-21 06:48:38 -05:00
|
|
|
|
attributes:
|
|
|
|
|
value: |
|
|
|
|
|
## Hey 👋
|
2022-01-17 09:28:20 -05:00
|
|
|
|
|
2022-01-21 06:48:38 -05:00
|
|
|
|
Thanks for reporting bug.
|
2022-01-17 09:28:20 -05:00
|
|
|
|
- type: input
|
|
|
|
|
id: guide
|
|
|
|
|
attributes:
|
|
|
|
|
label: Guide
|
|
|
|
|
description: "Which guide(s) is(are) affected by bug (comma separated)?"
|
|
|
|
|
placeholder: "Example: “How to audit source code of proprietary Electron app”"
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: summary
|
|
|
|
|
attributes:
|
|
|
|
|
label: Summary
|
|
|
|
|
description: What isn’t working?
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|