From ce621ee5d6b47a0776628073bbd53312a97d116b Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 1 Oct 2022 18:09:08 +0200 Subject: [PATCH] feat: remove gitea issue template so that only the form is used --- .gitea/issue_template.md | 50 --------------------------------- .gitea/pull_request_template.md | 11 -------- 2 files changed, 61 deletions(-) delete mode 100644 .gitea/issue_template.md delete mode 100644 .gitea/pull_request_template.md diff --git a/.gitea/issue_template.md b/.gitea/issue_template.md deleted file mode 100644 index 6d48bcb664..0000000000 --- a/.gitea/issue_template.md +++ /dev/null @@ -1,50 +0,0 @@ - - -**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 [the demo instance](https://try.vikunja.io) diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md deleted file mode 100644 index b5bd612635..0000000000 --- a/.gitea/pull_request_template.md +++ /dev/null @@ -1,11 +0,0 @@ -# Description - - - -# Checklist - -* [ ] I added or improved tests -* [ ] I added or improved docs for my feature - * [ ] Swagger (including `mage do-the-swag`) - * [ ] Error codes - * [ ] New config options (including adding them to `config.yml.saml` and running `mage generate-docs`)