From 011ae618d376ac8e786ef0f4653fb6fd5f9a91ca Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Wed, 4 May 2022 07:30:37 +0200 Subject: [PATCH] Create pull request requirements template --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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..b4193a36e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +* Pull requests will **only be accepted for bugfixes**. +* Pull requests introducing a new feature will be closed or ignored. +* Mention the ticket id in your pull request to which this is a bugfix. + +After reading the above requirements, just delete it.