From 73896e188564f54be5811b8169dcec52ccf830f4 Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Sun, 1 Sep 2019 20:56:08 +0100 Subject: [PATCH] Fix TODOs --- .github/PULL_REQUEST_TEMPLATE/fix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/fix.md b/.github/PULL_REQUEST_TEMPLATE/fix.md index ebb8e24f8..de8429877 100644 --- a/.github/PULL_REQUEST_TEMPLATE/fix.md +++ b/.github/PULL_REQUEST_TEMPLATE/fix.md @@ -10,5 +10,5 @@ ## Testability -[ ] I have fully tested the proposed changes and promise that they will not break everything into chaos. -[ ] I have also tested the proposed changes in combination with various popular addons and can confirm my changes do not break them. +* [ ] I have fully tested the proposed changes and promise that they will not break everything into chaos. +* [ ] I have also tested the proposed changes in combination with various popular addons and can confirm my changes do not break them.