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`)