diff --git a/.forgejo/issue_template/discussion.yaml b/.forgejo/issue_template/discussion.yaml new file mode 100644 index 0000000..b02a432 --- /dev/null +++ b/.forgejo/issue_template/discussion.yaml @@ -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] \ No newline at end of file