From 63f950ff264de9bb8f54b8648e338e2bb45efd9d Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 15 Feb 2023 10:45:32 +0800 Subject: [PATCH] Created roadmap (markdown) --- roadmap.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 roadmap.md diff --git a/roadmap.md b/roadmap.md new file mode 100644 index 0000000..d79338a --- /dev/null +++ b/roadmap.md @@ -0,0 +1,20 @@ +Roadmap for 2023 + +#### Buildability +* Reduce CI build times +* Allow for auto-updating/auto-merging PRs when they are ready +* Provide an LTS where security patches and some bug-fixes may be backported on a longer schedule than before +* A more consistent release cadence to allow users to more effectively manage their updates and upgrades + +#### Readability +* Introduce an RFC process to be discussed with appropriate working groups and the TOC for large features +* Refactor UI to allow for improved accessiblity and usability +* Provide versioned documentation + +#### Scalability +* Continue to work on performance improvements to ensure Gitea performs even better on low-powered hardware +* Implement a high-availability concept + +#### CI/CD +* Polish and introduce/promote [Actions](https://blog.gitea.io/2022/12/feature-preview-gitea-actions/) to help ease migrations to Gitea and provide a small (but powerful!) optional CI +* Work on a better UX for third-party CI to be able to upload and view build logs in a unified interface \ No newline at end of file