diff options
author | 2022-12-09 11:53:58 +0100 | |
---|---|---|
committer | 2022-12-09 11:53:58 +0100 | |
commit | 610c2708ca2f4128dd101065adddba490064bef7 (patch) | |
tree | c919c7fec624c7d589a7160d9ec62e813d247e9e /docs/index.md | |
parent | [bugfix] fix unordered favorites (#1236) (diff) | |
download | gotosocial-610c2708ca2f4128dd101065adddba490064bef7.tar.xz |
[docs] Update `CONTRIBUTING.md`, add pull request templates (#1216)
* [docs] Update contributing.md
- Add Pull Request process and guidelines.
- Add feature/bug issue process.
- Rearrange some sections for clarity.
- Add overview of package structure.
* [docs] Add build from source links
* [chore] add pull request templates
These link to the new CONTRIBUTING.md document, and include a checklist to validate that contributors have read the guidelines.
* [docs] Put existing stub CoC in separate doc
* update web related stuff in CONTRIBUTING.md
Co-authored-by: f0x <f0x@cthu.lu>
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md index 3d9544789..911768cc2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,6 +48,10 @@ Since every ActivityPub server implementation has a slightly different interpret You wanna contribute to GtS? Great! ❤️❤️❤️ Check out the issues page to see if there's anything you wanna jump in on, and read the CONTRIBUTING.md file on the repository for guidelines and setting up your dev environment. +## Building + +Instructions for building GoToSocial from source are also in the CONTRIBUTING.md file. + ## Contact For questions and comments, you can [join our Matrix channel](https://matrix.to/#/#gotosocial:superseriousbusiness.org) at `#gotosocial:superseriousbusiness.org`. This is the quickest way to reach the devs. You can also mail [admin@gotosocial.org](mailto:admin@gotosocial.org). |