add a request for help template

This commit is contained in:
jessebot 2026-04-12 11:01:39 +02:00 committed by JesseBot
commit f4302d77a6
2 changed files with 45 additions and 2 deletions

View file

@ -8,7 +8,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Thanks for taking the time create a discussion in this repo :)
- type: textarea
id: discussion-topic
attributes:
@ -27,4 +27,4 @@ body:
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]
visible: [form]

View file

@ -0,0 +1,43 @@
name: Request for More Kind Eyes
about: Request more eyes of kind people to help advocate for a No AI policy or clarify an existing policy on an external project. This is where you can link to a PR, Issue, or Discussion you've opened.
title: '[More Kind Eyes]: project name here'
ref: 'main'
labels:
- more-kind-eyes-please
body:
- type: markdown
attributes:
value: |
Thanks for helping to make the world a bit more AI frree 💙
- type: textarea
id: project
attributes:
label: What project is this for?
description: |
What external project are you reaching out to?
- type: textarea
id: link
attributes:
label: Link
description: |
A link to your Pull Request, Issue, Discussion, forum post, mailing list, etc where you've requested clarification on an AI policy.
- type: textarea
id: Additional Info
attributes:
label: additional-info
description: |
Here's where you can you put any other additional info you'd like people to know about before chiming in on your link. A good example would be: "Only chime in if you're a contributor to this project" or "Please only react. We don't need more people in the discussion right now." or even "I could use some help with how to phrase things."
- 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]