From 8d1fc08de628d721234cb22a230e04e3d037fb44 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 7 May 2024 16:13:25 +0200 Subject: [PATCH] docs: clarify where to file issues Resolves https://github.com/go-vikunja/vikunja/issues/262 --- docs/content/doc/development/development.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/content/doc/development/development.md b/docs/content/doc/development/development.md index 0993f758c..315d18ba1 100644 --- a/docs/content/doc/development/development.md +++ b/docs/content/doc/development/development.md @@ -26,6 +26,15 @@ If you plan to do a bigger change, it is better to open an issue for discussion The main repo is [`vikunja/vikunja`](https://kolaente.dev/vikunja/vikunja), it contains all code for the api, frontend and desktop applications. +## Where to file issues + +You can file issues on [the Gitea repo](https://kolaente.dev/vikunja/vikunja) or [on the GitHub mirror](https://github.com/go-vikunja/vikunja), when you don't want to create an account on the Gitea instance. + +Please note that due to a spam problem, we need to manually enable accounts on Gitea after you've registered there. +To get that started, please reach out on another channel with your username. + +Another option is [the community forum](https://community.vikunja.io), especially if you want to discuss a feature in more detail. + ## API You'll need at least Go 1.21 to build Vikunja's api.