From f4302d77a631ea6504fd30dcb14d5d39a4d19bb1 Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 12 Apr 2026 11:01:39 +0200 Subject: [PATCH 1/5] 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] From f7ddf397f0c580f1066278516da1186c2f3a6f26 Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 12 Apr 2026 11:05:12 +0200 Subject: [PATCH 2/5] add an issue config forcing all issues to go through templates --- .forgejo/issue_template/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .forgejo/issue_template/config.yaml diff --git a/.forgejo/issue_template/config.yaml b/.forgejo/issue_template/config.yaml new file mode 100644 index 0000000..658992e --- /dev/null +++ b/.forgejo/issue_template/config.yaml @@ -0,0 +1,7 @@ +# we require you use one of our issue templates +blank_issues_enabled: false + +contact_links: + - name: Small Hack + url: https://codeberg.org/small-hack + about: Visit our org's homepage From 586a0b0faca8de94d00cde5f3763c9def781f5ae Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 12 Apr 2026 11:06:47 +0200 Subject: [PATCH 3/5] the contributing docs aren't needed for kind eyes, I think --- .forgejo/issue_template/request-for-help.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.forgejo/issue_template/request-for-help.yaml b/.forgejo/issue_template/request-for-help.yaml index 21b2461..eac40c7 100644 --- a/.forgejo/issue_template/request-for-help.yaml +++ b/.forgejo/issue_template/request-for-help.yaml @@ -38,6 +38,3 @@ body: 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] From c8b67bcca923a459ab4a5de9f42453f382c1cc7c Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 12 Apr 2026 11:34:28 +0200 Subject: [PATCH 4/5] add notes for the contributing docs on how to help --- CONTRIBUTING.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 981c528..d778ae8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,4 +42,13 @@ Issues are meant primarily for discussing if something should be added or questi Please make sure to only submit an Issue for 1 piece of software or section at a time, otherwise it is more difficult to coordinate between multiple Issues and PRs. -This is not a place to discuss what you think an "ethical" LLM/AI is. We will close any Issues opened asking for advice on AI/LLM usage. \ No newline at end of file +This is not a place to discuss what you think an "ethical" LLM/AI is. We will close any Issues opened asking for advice on AI/LLM usage. + +## Helping with kind eyes + +Maybe you don't need/want to open an Issue or Pull Request to this repo, but you still want to help. Here's what you can do. Take a look through the: + +- `Issues` labeled with [`more-kind-eyes-please`](https://codeberg.org/small-hack/open-slopware/issues?q=&type=all&sort=relevance&labels=1318107&state=open&milestone=0&project=0&assignee=0&poster=0) or [awaiting-upstream-feedback](https://codeberg.org/small-hack/open-slopware/issues?q=&type=all&state=open&labels=1280479&milestone=0&assignee=0&poster=0) +- `Pull Requests` labeled with [`more-kind-eyes-please`](https://codeberg.org/small-hack/open-slopware/pulls?q=&type=all&sort=relevance&labels=1318107&state=open&milestone=0&project=0&assignee=0&poster=0) or [awaiting-upstream-feedback](https://codeberg.org/small-hack/open-slopware/pulls?q=&type=all&sort=relevance&labels=1280479&state=open&milestone=0&project=0&assignee=0&poster=0) + +In either case, one thing you can do is react positively to a given upstream issue, pull request, or discussion thread. If you're already a contributor to that project, you may also leave a comment. You *must* do so kindly though! We do not approve of anyone reaching out in a rude manner to any other projects. If you have no connection to project, the best thing you can do is an emoji react or upvote on the opening discussion topic or to a comment where AI is called out as bad. It's unwise to pop into a discussion for a project you do not use and have no interest in using and only adds noise to the conversation, which could overwhelm the maintainers. Please be cautious and courteous. If we find out you were threatening or expressed any form of bigotry, you will receive a ban from this repo. From ded723d9e2a98023b90a993c0e2caa358c49af19 Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 12 Apr 2026 11:36:26 +0200 Subject: [PATCH 5/5] clean up formatting --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d778ae8..2399dca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ This is not a place to discuss what you think an "ethical" LLM/AI is. We will cl Maybe you don't need/want to open an Issue or Pull Request to this repo, but you still want to help. Here's what you can do. Take a look through the: -- `Issues` labeled with [`more-kind-eyes-please`](https://codeberg.org/small-hack/open-slopware/issues?q=&type=all&sort=relevance&labels=1318107&state=open&milestone=0&project=0&assignee=0&poster=0) or [awaiting-upstream-feedback](https://codeberg.org/small-hack/open-slopware/issues?q=&type=all&state=open&labels=1280479&milestone=0&assignee=0&poster=0) -- `Pull Requests` labeled with [`more-kind-eyes-please`](https://codeberg.org/small-hack/open-slopware/pulls?q=&type=all&sort=relevance&labels=1318107&state=open&milestone=0&project=0&assignee=0&poster=0) or [awaiting-upstream-feedback](https://codeberg.org/small-hack/open-slopware/pulls?q=&type=all&sort=relevance&labels=1280479&state=open&milestone=0&project=0&assignee=0&poster=0) +- **Issues** labeled with [`more-kind-eyes-please`](https://codeberg.org/small-hack/open-slopware/issues?q=&type=all&sort=relevance&labels=1318107&state=open&milestone=0&project=0&assignee=0&poster=0) or [`awaiting-upstream-feedback`](https://codeberg.org/small-hack/open-slopware/issues?q=&type=all&state=open&labels=1280479&milestone=0&assignee=0&poster=0) +- **Pull Requests** labeled with [`more-kind-eyes-please`](https://codeberg.org/small-hack/open-slopware/pulls?q=&type=all&sort=relevance&labels=1318107&state=open&milestone=0&project=0&assignee=0&poster=0) or [`awaiting-upstream-feedback`](https://codeberg.org/small-hack/open-slopware/pulls?q=&type=all&sort=relevance&labels=1280479&state=open&milestone=0&project=0&assignee=0&poster=0) In either case, one thing you can do is react positively to a given upstream issue, pull request, or discussion thread. If you're already a contributor to that project, you may also leave a comment. You *must* do so kindly though! We do not approve of anyone reaching out in a rude manner to any other projects. If you have no connection to project, the best thing you can do is an emoji react or upvote on the opening discussion topic or to a comment where AI is called out as bad. It's unwise to pop into a discussion for a project you do not use and have no interest in using and only adds noise to the conversation, which could overwhelm the maintainers. Please be cautious and courteous. If we find out you were threatening or expressed any form of bigotry, you will receive a ban from this repo.