From 8a9d050d07ca512998b0a54b4ecf44116537d0bc Mon Sep 17 00:00:00 2001 From: manuroe Date: Wed, 28 Nov 2018 10:18:59 +0100 Subject: [PATCH] PULL_REQUEST_TEMPLATE: add a checkbox for "Pull request updates CHANGES.rst" and "Pull request includes screenshots or videos of UI changes" --- .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 3c0e4cbd2..11896f805 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,4 +3,6 @@ * [ ] Pull request is based on the develop branch +* [ ] Pull request updates [CHANGES.rst](https://github.com/vector-im/riot-ios/blob/develop/CHANGES.rst) +* [ ] Pull request includes screenshots or videos of UI changes * [ ] Pull request includes a [sign off](https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.rst#sign-off)