From 525d2bd97f2a47435fa8e354950b02ecd498e364 Mon Sep 17 00:00:00 2001 From: Manfred Steyer Date: Mon, 16 Sep 2024 21:43:04 +0200 Subject: [PATCH] chore: add template for pull requests --- .../pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..7ce4932 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,19 @@ +## Checklist for PR + +[ ] PR is only about one and only one concern +[ ] Description contains a short title, an optional description, and the sections BEFORE and AFTER +[ ] (A) new short test(s) show(s) that the PR is working + +## Some more infos + +- Short PR: adding two features and formatting code in other features is too much + +- BEFARE and AFTER sections: + + ``` + BEFORE: + feature did this. + + AFTER: + now, the features does that. + ```