constellation/.github/ISSUE_TEMPLATE/bug_report.yml
Paul Meyer 53bfb3b71a github: use new issue forms instead of template
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-05 16:57:19 +02:00

26 lines
778 B
YAML

name: Bug report
description: File a bug report to help us improve
labels: ["bug", "needs-triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
attributes:
label: Issue description
description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce the behavior
- type: textarea
attributes:
label: Version
description: Output of `constellation version`
- type: textarea
attributes:
label: Constellation Config
description: Make sure to remove sensitive information, e.g., `yq e 'del(.provider.*.project)' constellation-conf.yaml`.