From f4302d77a631ea6504fd30dcb14d5d39a4d19bb1 Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 12 Apr 2026 11:01:39 +0200 Subject: [PATCH] add a request for help template --- .forgejo/issue_template/discussion.yaml | 4 +- .forgejo/issue_template/request-for-help.yaml | 43 +++++++++++++++++++ 2 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 .forgejo/issue_template/request-for-help.yaml diff --git a/.forgejo/issue_template/discussion.yaml b/.forgejo/issue_template/discussion.yaml index c7a7ea3..b89c550 100644 --- a/.forgejo/issue_template/discussion.yaml +++ b/.forgejo/issue_template/discussion.yaml @@ -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] \ No newline at end of file + visible: [form] diff --git a/.forgejo/issue_template/request-for-help.yaml b/.forgejo/issue_template/request-for-help.yaml new file mode 100644 index 0000000..21b2461 --- /dev/null +++ b/.forgejo/issue_template/request-for-help.yaml @@ -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]