docs: contributing: avoid information duplication (#3454)
The file CONTRIBUTING.md contains a list of links that points to
different parts of the developer documentation.
Unfortunately, this list is now incomplete and contains a dead link for the
Developer Workflow.
Given that a more complete similar list is present at:
https://forgejo.org/docs/latest/developer/, this patch removes the
duplication of information, which leads to dead links and
maintenance burden, and replaces the list with simply a link to the page
that has all the current links.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3454
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Nicolas CARPi <nico-git@deltablot.email>
Co-committed-by: Nicolas CARPi <nico-git@deltablot.email>
(cherry picked from commit ad9872d884
)
This commit is contained in:
parent
5f0ae00efc
commit
f2628f91fe
1 changed files with 1 additions and 18 deletions
|
@ -4,21 +4,4 @@ The Forgejo project is run by a community of people who are expected to follow t
|
||||||
|
|
||||||
Sensitive security-related issues should be reported to [security@forgejo.org](mailto:security@forgejo.org) using [encryption](https://keyoxide.org/security@forgejo.org).
|
Sensitive security-related issues should be reported to [security@forgejo.org](mailto:security@forgejo.org) using [encryption](https://keyoxide.org/security@forgejo.org).
|
||||||
|
|
||||||
## For everyone involved
|
You can find links to the different aspects of Developer documentation on this page: [Forgejo developer guide](https://forgejo.org/docs/next/developer/).
|
||||||
|
|
||||||
- [Documentation](https://forgejo.org/docs/next/)
|
|
||||||
- [Code of Conduct](https://forgejo.org/docs/latest/developer/coc/)
|
|
||||||
- [Bugs, features, security and others discussions](https://forgejo.org/docs/latest/developer/discussions/)
|
|
||||||
- [Governance](https://forgejo.org/docs/latest/developer/governance/)
|
|
||||||
- [Sustainability and funding](https://codeberg.org/forgejo/sustainability/src/branch/main/README.md)
|
|
||||||
|
|
||||||
## For contributors
|
|
||||||
|
|
||||||
- [Developer Certificate of Origin (DCO)](https://forgejo.org/docs/latest/developer/dco/)
|
|
||||||
- [Development workflow](https://forgejo.org/docs/latest/developer/workflow/)
|
|
||||||
- [Compiling from source](https://forgejo.org/docs/latest/developer/from-source/)
|
|
||||||
|
|
||||||
## For maintainers
|
|
||||||
|
|
||||||
- [Release management](https://forgejo.org/docs/latest/developer/release/)
|
|
||||||
- [Secrets](https://forgejo.org/docs/latest/developer/secrets/)
|
|
||||||
|
|
Loading…
Reference in a new issue