mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-04 08:07:06 +02:00
first attempt at discussion issue template
This commit is contained in:
parent
00d2502d02
commit
d453a5b52d
1 changed files with 32 additions and 0 deletions
32
.forgejo/issue_template/discussion.yaml
Normal file
32
.forgejo/issue_template/discussion.yaml
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue