From 2a5a1dd41b769e8340357367979ae0cefe45d4ca Mon Sep 17 00:00:00 2001 From: jsta Date: Thu, 16 Jul 2026 15:19:34 +0200 Subject: [PATCH] PR template typo fix (#1139) Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1139 Reviewed-by: Ethical FOSS admin --- .forgejo/pull_request_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/pull_request_template.yaml b/.forgejo/pull_request_template.yaml index a4b0a0f..7c6fe9b 100644 --- a/.forgejo/pull_request_template.yaml +++ b/.forgejo/pull_request_template.yaml @@ -23,5 +23,5 @@ body: required: true - label: I have also read the [Style Guide](https://codeberg.org/ethical-foss/open-slopware/src/branch/main/STYLE.md) required: true - - label: If adding tatinted software, I have provided either the last untainted version/commit OR an alternative for all new entries in this PR. See about exceptions in the Contributing/Style guides. + - label: If adding tainted software, I have provided either the last untainted version/commit OR an alternative for all new entries in this PR. See about exceptions in the Contributing/Style guides. required: true