From ffb3de6c362cc169083937e341aceee207a6541d Mon Sep 17 00:00:00 2001 From: Leon Sautour Date: Mon, 20 Feb 2023 14:32:38 +0100 Subject: [PATCH] docs(github): remove pull request template (#68) --- .github/pull_request_template.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 232c6e6c..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,17 +0,0 @@ -## Description - - -## Testing guidelines - - -## Checklist - -* [ ] I have read the [contributing guidelines](../CONTRIBUTING.md). -* [ ] I have added relevant tests. -* [ ] I have documented all new additions.