Extract development section from top-level readme into standalone doc (#33328)

This commit is contained in:
Matt Jankowski 2025-01-08 09:29:32 -05:00 committed by GitHub
parent f22a2aab40
commit 78e0d6a11a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 85 additions and 66 deletions

View file

@ -12,7 +12,7 @@ You can contribute in the following ways:
If your contributions are accepted into Mastodon, you can request to be paid through [our OpenCollective](https://opencollective.com/mastodon).
Please review the org-level [contribution guidelines] for high-level acceptance
criteria guidance.
criteria guidance and the [DEVELOPMENT] guide for environment-specific details.
[contribution guidelines]: https://github.com/mastodon/.github/blob/main/CONTRIBUTING.md
@ -53,3 +53,5 @@ It is not always possible to phrase every change in such a manner, but it is des
## Documentation
The [Mastodon documentation](https://docs.joinmastodon.org) is a statically generated site. You can [submit merge requests to mastodon/documentation](https://github.com/mastodon/documentation).
[DEVELOPMENT]: docs/DEVELOPMENT.md