Attempt one at an PR template

This commit is contained in:
jessebot 2026-03-20 20:01:19 +01:00 committed by JesseBot
commit f02dd9bdd9

View file

@ -0,0 +1,41 @@
name: pull-request
about: Submit a PR
ref: 'main'
body:
- type: input
id: software-name
attributes:
label: Name of the software
description: A name with link of the name of the software.
placeholder: [FormallyCoolSoftware](https://i-used-to-be-slop-free.com)
validations:
required: true
- type: input
id: evidence
attributes:
label: Evidence of LLM/AI usage
description: A link to CLAUDE.md, AGENTS.md, or other LLM file/directory. This can also be a link to an AI policy. Please avoid screenshots unless absolutely necessary. Commits and policy docs should be linked directly (you can use an archive link).
placeholder: They have a [CLAUDE.md](https://git.i-used-to-be-slop-free.com/owner/repo/branch/main/CLAUDE.md) in the root of the repo.
validations:
required: false
- type: input
id: last-untainted-version-or-commit
attributes:
label: Last untainted version and/or Commit ID
description: A link to the last known
placeholder: [ab12345](https://git.i-used-to-be-slop-free.com/owner/repo/commit/ab12345ab12345ab12345ab12345ab12345)
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this PR, 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]
- label: This is a TODO only visible after issue creation
visible: [content]