From 776c34d7962199089cc74fc0e18d0fe9b1d656ca Mon Sep 17 00:00:00 2001
From: Niels Andriesse <9340958+nielsandriesse@users.noreply.github.com>
Date: Mon, 30 Nov 2020 14:24:35 +1100
Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md

---
 .github/PULL_REQUEST_TEMPLATE.md | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 5019d80d5..9a7bbfb5b 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,12 +1,6 @@
-<!-- You can remove this first section if you have contributed before -->
-### First time contributor checklist
-<!-- replace the empty checkboxes [ ] below with checked ones [x] accordingly -->
-- [ ] I have read the [README](https://github.com/WhisperSystems/Signal-iOS/blob/master/README.md) and [CONTRIBUTING](https://github.com/WhisperSystems/Signal-iOS/blob/master/CONTRIBUTING.md) documents
-- [ ] I have signed the [Contributor Licence Agreement](https://whispersystems.org/cla/)
 
 ### Contributor checklist
 <!-- replace the empty checkboxes [ ] below with checked ones [x] accordingly -->
-- [ ] I'm following the [code, UI and style conventions](https://github.com/WhisperSystems/Signal-iOS/blob/master/CONTRIBUTING.md#code-conventions)
 - [ ] My commits are rebased on the latest master branch
 - [ ] My commits are in nice logical chunks
 - [ ] My contribution is fully baked and is ready to be merged as is