From 19df280da11b6872b9ac6e112486f0cf0c0d5404 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Fri, 21 Jul 2023 17:03:49 +0200 Subject: [PATCH] chore: Added pull request template --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..5183f306993 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +You're submitting a pull request to FreeSewing, that's awesome :tada: + +Before doing so, please take a moment to read up on what sort of pull requests +are **not accepted** (don't worrry, it's short list): + +- A pull requests that includes a **major overhaul or refactor** and was not + discussed or requested beforehand. +- A pull requests that **changes infrastructure code** (changes to pipelines, + dependency management, monorepo-wide config and so on) that was not discussed + or requested beforehand. + +I welcome contributions big and small, but these kinds are usually more hassle +than they are worth, so let's just not, ok? + +tx, +joost +