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 <jessebot@noreply.codeberg.org>
Co-committed-by: jessebot <jessebot@noreply.codeberg.org>
This commit is contained in:
jessebot 2026-04-18 14:05:40 +02:00 committed by JesseBot
commit 3984c544ef

View file

@ -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