first attempt at discussion issue template

This commit is contained in:
jessebot 2026-03-20 19:16:49 +01:00
commit d453a5b52d

View file

@ -0,0 +1,32 @@
name: Discussion
about: Open a discussion topic for the community
title: '[Discussion]: '
ref: 'main'
labels:
- discussion
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: discussion-topic
attributes:
label: Discussion Topic
description: |
Please let us know what you'd like to discuss.
Remember that if you already have concrete evidence, you can just open a PR. You don't need to create an Issue.
This is not a place to ask advice on using your own LLMs.
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://codeberg.org/small-hack/open-slopware/src/branch/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: I have also read the [CONTRIBUTION.MD](https://codeberg.org/small-hack/open-slopware/src/branch/main/CONTRIBUTING.md)
required: true
visible: [form]
- label: This is a TODO only visible after issue creation
visible: [content]