Updated roadmap (markdown)

Lunny Xiao 2023-03-15 09:39:09 +08:00
parent 9fa9d3f0fe
commit 4dbef58a33
1 changed files with 6 additions and 5 deletions

@ -1,20 +1,21 @@
Roadmap for 2023 # Roadmap for 2023
#### Buildability ## Buildability
* Reduce CI build times * Reduce CI build times
* Allow for auto-updating/auto-merging PRs when they are ready * 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 * 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 * A more consistent release cadence to allow users to more effectively manage their updates and upgrades
#### Readability ## Readability
* Introduce an RFC process to be discussed with appropriate working groups and the TOC for large features * 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 * Refactor UI to allow for improved accessiblity and usability
* Provide versioned documentation * Provide versioned documentation
#### Scalability ## Scalability
* Continue to work on performance improvements to ensure Gitea performs even better on low-powered hardware * Continue to work on performance improvements to ensure Gitea performs even better on low-powered hardware
* Implement a high-availability concept * Implement a high-availability concept
* Prepare for dynamic themes
#### CI/CD ## 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 * 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 * Work on a better UX for third-party CI to be able to upload and view build logs in a unified interface