From fe03ad7dd3585672f1679d049d5601b320878a79 Mon Sep 17 00:00:00 2001 From: Mirian Margiani Date: Sat, 20 Jun 2026 20:23:13 +0200 Subject: [PATCH] Fix some typos in issue/pr templates (#1024) ### Description of Changes Fixes a missing "s", a comma, and some extra whitespace. Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1024 Reviewed-by: Ethical FOSS admin --- .forgejo/issue_template/discussion.yaml | 2 +- .forgejo/pull_request_template.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/issue_template/discussion.yaml b/.forgejo/issue_template/discussion.yaml index b49c954..38001ca 100644 --- a/.forgejo/issue_template/discussion.yaml +++ b/.forgejo/issue_template/discussion.yaml @@ -15,7 +15,7 @@ body: label: Discussion Topic description: | Please let us know what you'd like to discuss. - Remember that if you already have concrete evidence, you should just open a PR. Pleae don't create an Issue. + Remember that if you already have concrete evidence, you should just open a PR. Please don't create an Issue. This is also not a place to ask advice on using your own LLMs. - type: checkboxes id: terms diff --git a/.forgejo/pull_request_template.yaml b/.forgejo/pull_request_template.yaml index 554a2e1..e73d32a 100644 --- a/.forgejo/pull_request_template.yaml +++ b/.forgejo/pull_request_template.yaml @@ -7,9 +7,9 @@ body: attributes: visible: [content] label: Description of Changes - description: Include a description of what you're changing and why. Remember, anything here, will also show up in the commit when we squash and merge this PR. + description: Include a description of what you're changing and why. Remember, anything here will also show up in the commit when we squash and merge this PR. placeholder: This PR (Updates/Adds/Removes/Improves) (Name of Section / Project) As (Tainted/An Alternative) - + - type: checkboxes id: terms visible: [form]