From b1e8ebf81a667d5ece9a9b98256d4b17af0e4046 Mon Sep 17 00:00:00 2001 From: Malte Pietsch Date: Thu, 22 Apr 2021 15:48:39 +0200 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 000000000..5f41d3156 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +**Proposed changes**: +- ... + +**Status (please check what you already did)**: +- [ ] First draft (up for discussions & feedback) +- [ ] Final code +- [ ] Added tests +- [ ] Updated documentation