26 lines
617 B
YAML
Raw Permalink Normal View History

name: Found a bug?
2022-01-21 06:48:38 -05:00
description: Please report bug so we can improve
labels: ["bug"]
body:
- type: markdown
2022-01-21 06:48:38 -05:00
attributes:
value: |
## Hey 👋
2022-01-21 06:48:38 -05:00
Thanks for reporting bug.
- 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 isnt working?
validations:
required: true