From a58a49e1af96068a18dd729c32b12b4d5050ec51 Mon Sep 17 00:00:00 2001 From: vleermuis-admin Date: Sun, 31 May 2026 18:26:26 +0200 Subject: [PATCH] note that we PR descriptions as commit details --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8a5d2d..b0ae2a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,7 @@ Other tips for keeping the repo tidy and making sure we don't duplicate efforts: - Closes #123 ``` - If the software is already reported in an open issue and as an open PR leave a comment in the PR with the new or updated evidence(s). +- When submitting a PR, make sure you're comfortable with the description of the PR being what gets committed. We use the PR description when squashing all commits before merging. We default to sqaushing and merging, so that if the repo has only one commit per PR. > [!note] > Don't know how to create a PR? You can learn more about that in the [Codeberg Pull Requests and Git Flow docs](https://docs.codeberg.org/collaborating/pull-requests-and-git-flow/) 🩵