mirror of https://github.com/go-gitea/gitea.git
Created roadmap (markdown)
parent
ae668eaccc
commit
63f950ff26
|
@ -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
|
Loading…
Reference in New Issue