From c206e286728359a92034f1c61485749f837ec21a Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Tue, 20 Mar 2018 23:52:15 +0100
Subject: [PATCH] add issue template

---
 .gitlab/issue_templates/typo.md | 11 +++++++++++
 _layouts/website/summary.html   |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
 create mode 100644 .gitlab/issue_templates/typo.md

diff --git a/.gitlab/issue_templates/typo.md b/.gitlab/issue_templates/typo.md
new file mode 100644
index 00000000..b94ba616
--- /dev/null
+++ b/.gitlab/issue_templates/typo.md
@@ -0,0 +1,11 @@
+<!--
+Thanks for providing feedback!
+
+Please provide the information below.
+-->
+
+## File in which the problem appears
+
+## Problematic sentence
+
+## Correct version
diff --git a/_layouts/website/summary.html b/_layouts/website/summary.html
index 5ce06fab..958ec916 100644
--- a/_layouts/website/summary.html
+++ b/_layouts/website/summary.html
@@ -52,6 +52,6 @@
     {% endfor %}
     <li class="divider"></li>
     <li>
-      <a href="https://gitlab.kwant-project.org/ssp/ssp_lectures/issues">Report a typo</a>
+      <a href="https://gitlab.kwant-project.org/solidstate/lectures/issues/new?issuable_template=typo">Report a typo</a>
     </li>
 </ul>
-- 
GitLab