From e1de66c66b3d71f298e1e413ba9e644a849f403c 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..87fe680 --- /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. + ```