From b501ec037bbb17ccb2eda8777cc2d4ac4638f317 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 3 Jan 2025 14:35:39 +0100 Subject: [PATCH] [TASK] Add a section on creating PRs to `CONTRIBUTING.md` Copied without changes from our sister project. Part of #489 --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6290793b..292a98c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -119,3 +119,8 @@ Please use grammatically correct, complete sentences in the commit messages. Also, please prefix the subject line of the commit message with either `[FEATURE]`, `[TASK]`, `[BUGFIX]` OR `[CLEANUP]`. This makes it faster to see what a commit is about. + +## Creating pull requests (PRs) + +When you create a pull request, please +[make your PR editable](https://github.com/blog/2247-improving-collaboration-with-forks).