0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-28 18:42:51 -05:00
forgejo-docs/docs/developer/index.md
Earl Warren 8cb1dbf218
develop/repositories-dependencies: explain the cascading-pr setup
It provides two concrete examples to illustrate how they are
useful. It also explains how the permissions and tokens are created
and installed.
2023-10-26 18:07:41 +02:00

25 lines
958 B
Markdown

---
title: 'Forgejo developer guide'
---
This area will be targeted to people who want to hack Forgejo and adjust it to
their needs.
- For everyone involved
- [Code of Conduct](./coc/)
- [Bugs, features, security and others discussions](./discussions/)
- [Governance](./governance/)
- [Sustainability and funding](https://codeberg.org/forgejo/sustainability)
- For contributors
- [Compiling from source](./from-source/)
- [Architecture overview](./architecture/)
- [Developer Certificate of Origin (DCO)](./dco/)
- [Development workflow](./workflow/)
- [code.forgejo.org](./code-forgejo-org/)
- [next.forgejo.org](./next-forgejo-org/)
- [Forgejo runner implementation notes](https://code.forgejo.org/forgejo/runner/#hacking)
- For maintainers
- [Hardware infrastructure](./infrastructure/)
- [Release management](./release/)
- [Managing dependencies between repositories](./repositories-dependencies/)
- [Secrets](./secrets/)