readme: add more patch types

This commit is contained in:
Oneric 2024-11-26 19:19:44 +01:00
commit 20e9175799

View file

@ -3,13 +3,17 @@
This is [upstream Akkoma `develop`](https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop)
with some additional patches for testing.
All patches (sans the initial wf-ifying one) are intended to reach upstream
Generally all patches (sans the initial wf-ifying one) are intended to land upstream
eventually and either already have an upstream PR or are intended to be turned
into one once theyve passed initial testing and became more stable.
See `patches/series` for a list of applied changes.
Patch names beginning with `pr111_` indicate its copied from upstream PR `#111`;
`wip_` is used for patches not yet ready for an upstream PR.
`wip_` is used for patches not yet ready for an upstream PR;
`dbg_` for temporary patches increasing debug logging and similar.
Rarely `up-XXX_` might be used to indicate a backport of a PR-less upstream commit
needing to be applied urgently without having to wait for a general patch rebase and base commit bump.
## Usage