From 4666087aa988b33a8b5029598f4ee4b1c1fd22e9 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 21 Jul 2022 16:48:13 +0200 Subject: [PATCH] feat: add issue template Resolves https://kolaente.dev/vikunja/frontend/issues/2177 (cherry picked from commit 5442306b7cf2b1e2e68c57cb9b3a464c31565fe6) --- .gitea/issue_template.md | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .gitea/issue_template.md diff --git a/.gitea/issue_template.md b/.gitea/issue_template.md new file mode 100644 index 000000000..ee62edf05 --- /dev/null +++ b/.gitea/issue_template.md @@ -0,0 +1,44 @@ + + +**Version information:** + +Frontend Version: +API Version: +Browser and OS Version: + +**Steps to reproduce:** + + + +1. +2. +... + +**Expected behavior:** + + + + + +**Actual behavior:** + + + + + +**Checklist:** + +* [ ] I have provided all required information +* [ ] I am using the latest release or the latest unstable build +* [ ] I was able to reproduce the bug on [try](https://try.vikunja.io)