mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-23 22:20:43 -05:00
6bb6309a4e
* Release number is v7.0.0+1.22.0 and following semantic versioning * Remove the workflow page which is no longer needed as: * it is implicitly understood pull requests go to the default branch * testing requirements are documented in the testing.md page * Explain how to cut a release and set the tag in forgejo-integration for proper numbering of the test releases that come out of the development branch Refs: https://codeberg.org/forgejo/forgejo/pulls/2448
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
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/)
|
|
- [Testing](./testing/)
|
|
- [Development environment](./development-environment/)
|
|
- [Interface customization](./customization/)
|
|
- [Architecture overview](./architecture/)
|
|
- [Developer Certificate of Origin (DCO)](./dco/)
|
|
- [code.forgejo.org](./code-forgejo-org/)
|
|
- [next.forgejo.org](./next-forgejo-org/)
|
|
- [Forgejo runner implementation notes](https://code.forgejo.org/forgejo/runner/#hacking)
|
|
- [Localization](./localization/)
|
|
- [Localization admin duties](./localization-admin/)
|
|
- For maintainers
|
|
- [Hardware infrastructure](./infrastructure/)
|
|
- [Release management](./release/)
|
|
- [Managing dependencies between repositories](./repositories-dependencies/)
|
|
- [Secrets](./secrets/)
|