From 8963a3dfaa1030b1514d44a2866b196af3b99656 Mon Sep 17 00:00:00 2001
From: Brent Huisman <brenthuisman@users.noreply.github.com>
Date: Mon, 10 May 2021 12:05:51 +0200
Subject: [PATCH] Comment out template (#1520)

---
 .github/ISSUE_TEMPLATE/bug_report.md | 4 ++--
 .github/pull_request_template.md     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index cb97d3b0..14498825 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -10,7 +10,7 @@ assignees: ''
 ---
 
 **Describe the bug**
-A clear and concise description of what the bug is, steps to reproduce, expected behavior, etc.
+<!-- A clear and concise description of what the bug is, steps to reproduce, expected behavior, etc. -->
 
 **Additional context**
-Add any other context about the problem here (e.g. OS, Arbor version, etc.).
+<!-- Add any other context about the problem here (e.g. OS, Arbor version, etc.). -->
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 224fb0d9..a9cff447 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1 +1 @@
-Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst).
+<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-- 
GitLab