mirror of https://github.com/go-gitea/gitea.git
Updated roadmap (markdown)
parent
9fa9d3f0fe
commit
4dbef58a33
11
roadmap.md
11
roadmap.md
|
@ -1,20 +1,21 @@
|
|||
Roadmap for 2023
|
||||
# Roadmap for 2023
|
||||
|
||||
#### Buildability
|
||||
## 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
|
||||
## 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
|
||||
## Scalability
|
||||
* Continue to work on performance improvements to ensure Gitea performs even better on low-powered hardware
|
||||
* 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
|
||||
* Work on a better UX for third-party CI to be able to upload and view build logs in a unified interface
|
Loading…
Reference in New Issue