From 5dddb2a37454e62b91019d83e976dc29bc5d6e78 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 15 Apr 2024 12:18:57 +0200 Subject: [PATCH] Add PR template. --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 0000000..b1578c0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +--- +name: Pull request +about: Describe the proposed change + +--- + +**Describe the change** +A clear and concise description of what the pull request is. + +**Testing** +In case a feature was added, how were tests performed?