From cabd07fc4f2e11068d5b6f7c6f7e12d1243b49ea Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Tue, 7 Jan 2020 10:54:31 +0100
Subject: [PATCH] chore: update pr template (#5113)

Add an information to enable `Allow edits from maintainers`. Seems to be disabled by default.
---
 .github/pull_request_template.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 8b80de34da..019d29abb5 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,6 +1,8 @@
 <!--
     Before submitting a Pull Request, please ensure you have signed the CLA using this GitHub App:
     https://cla-assistant.io/renovateapp/renovate
+
+    Please ensure `Allow edits from maintainers.` checkbox is checked
 -->
 
 <!-- Replace this text with a description of what this PR fixes or adds -->
-- 
GitLab