2022-01-21 06:48:38 -05:00

26 lines
617 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Found a bug?
description: Please report bug so we can improve
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
## Hey 👋
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