From 3984c544efea8e5302c84f95a06f2ca475de604d Mon Sep 17 00:00:00 2001 From: jessebot Date: Sat, 18 Apr 2026 14:05:40 +0200 Subject: [PATCH] start on a new issue template for people to call for collaborators (#452) closes #444 Please feel free to make suggestions here! :) Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/452 Co-authored-by: jessebot Co-committed-by: jessebot --- .../issue_template/collaborate-with-me.yaml | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .forgejo/issue_template/collaborate-with-me.yaml diff --git a/.forgejo/issue_template/collaborate-with-me.yaml b/.forgejo/issue_template/collaborate-with-me.yaml new file mode 100644 index 0000000..9663707 --- /dev/null +++ b/.forgejo/issue_template/collaborate-with-me.yaml @@ -0,0 +1,55 @@ +name: Call for Collaborators for a New AI-free Project +about: Put out a call for collaborators on a new or recently forked project that has an explicit No AI policy. (must have a code of conduct) +title: '[Call for Collaborators]: project name here' +ref: 'main' +labels: + - call-for-collaborators +body: + - type: markdown + attributes: + value: | + Thanks for helping to make the world a bit more AI free 💙 + The idea here is to request help with forking or rewriting a currently tainted project. + + - type: input + id: project + attributes: + label: What's the name of the project? + description: | + What is the name or idea behind the project you want to start/have started? + + - type: input + id: link + attributes: + label: Link + description: | + Provide a link to the new repo you've created (this can be a fork or a fresh rewrite). + + - type: input + id: language + attributes: + label: Programming Lanaguage + description: | + What programming language will this be primarily written in? + + - type: textarea + id: additional-info + attributes: + label: Additional Info + description: | + Tell us what the project is about. Is it a fork? Is it a fresh rewrite? Which project on the tainted list would it be an alternative to? What do you intend to do with it? Do you need maintainers? Collaborators? Reviewers? Contributors? Documentation writers? How can we help? :) + + - type: checkboxes + id: terms + attributes: + label: Code of Conduct and Rules for Collaboration + 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: The project I want to collaborate on has a No AI policy banning any and all AI usage + required: true + - label: The project I want to collaborate on is free and open source. + required: true + - label: The project I want to collaborate on has an explicit code of conduct banning bigotry. + required: true