mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 08:43:55 +00:00
26 lines
617 B
YAML
26 lines
617 B
YAML
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 isn’t working?
|
||
validations:
|
||
required: true
|