Add "Rendered" link to RFC MRs
Unless I'm missing something, it's currently quite annoying to get to an open RFC's rendered markdown. I know of two ways:
- Click on "Changes", then the three dots on the file's diff, then "View file @ [commit]"
- Click on the source branch, and manually navigate to the RFC's file in the browser
Rust's and Matrix' (random examples) RFC process has a nice solution to this, which is to add a "Rendered" link to the MR description, which links to the /blob/
in the source branch (example for !32 (merged): https://gitlab.archlinux.org/dvzrv/rfcs/-/blob/rfc/arch_linux_ports/rfcs/0032-arch-linux-ports.rst). Is it possible to adopt this convention for Arch's RFCs as well?