0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-01-09 00:38:13 -05:00
forgejo-docs/docs/contributor/index.md
Otto Richter 64fe34712f Update contributing sections (#821)
Rename Developer to Contributor guide
- I believe this sounds more inclusive and likely improves the diversity of contributors.
Separate translation section
clarify external resources
Add links to UI/UX and user research repos
Separate issue tracker and discussions
- I imagine this is part of the confusion for people who report bugs to the discussion tracker.
Add welcome section

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/821
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Otto Richter <git@otto.splvs.net>
Co-committed-by: Otto Richter <git@otto.splvs.net>
2024-08-25 16:15:48 +00:00

42 lines
1.9 KiB
Markdown

---
title: 'Forgejo Contributor Guide'
---
This area is targeted to people who want to improve Forgejo and adjust it to
their needs.
We encourage you to [read our warm welcome first](./welcome/), then get involved.
- For everyone involved
- [Code of Conduct](./coc/)
- [Bugs, enhancement ideas and development roadmap](https://codeberg.org/forgejo/forgejo/issues)
- [General discussions related to Forgejo (tips & tricks, news, ideas, questions)](./discussions/)
- [Governance](./governance/)
- [Sustainability and funding repository](https://codeberg.org/forgejo/sustainability)
- For translators
- [Localization](./localization/)
- [Base localization](./localization-english/)
- [Localization admin duties](./localization-admin/)
- For UI/UX designers and user researchers
- [Design repository](https://codeberg.org/forgejo/design/)
- [User Research repository](https://codeberg.org/forgejo/user-research/)
- For developers
- [Compiling from source](./from-source/)
- [Testing](./testing/)
- [Development environment](./development-environment/)
- [Interface customization](./customization/)
- [Architecture overview](./architecture/)
- [Federation Architecture](./federation-architecture/)
- [Federation Architectural Decision Records](./adr/)
- [Threat Analysis](./threat-analysis/)
- [Developer Certificate of Origin (DCO)](./dco/)
- [code.forgejo.org](./code-forgejo-org/)
- [next.forgejo.org kubernetes infrastructure](https://code.forgejo.org/infrastructure/k8s)
- [static pages](./static-pages/)
- [Forgejo runner implementation notes](https://code.forgejo.org/forgejo/runner/#hacking)
- [Dependency management](./dependencies/)
- For maintainers
- [Hardware infrastructure](./infrastructure/)
- [Release management](./release/)
- [Managing dependencies between repositories](./repositories-dependencies/)
- [Secrets](./secrets/)