···11-# tangled
11+# Tangled
22+33+https://tangled.org
2433-Hello Tanglers! This is the codebase for
44-[Tangled](https://tangled.org)—a code collaboration platform built
55-on the [AT Protocol](https://atproto.com).
55+The next-generation social coding platform.
6677-Read the introduction to Tangled [here](https://blog.tangled.org/intro). Join the
88-[Discord](https://chat.tangled.org) or IRC at [#tangled on
99-libera.chat](https://web.libera.chat/#tangled).
77+## Overview
1081111-## docs
99+This monorepo contains the majority of Tangled's open source code. Notably, it
1010+includes:
12111313-- [knot hosting guide](https://docs.tangled.org/knot-self-hosting-guide.html#knot-self-hosting-guide)
1414-- [contributing guide](https://docs.tangled.org/contribution-guide.html#contribution-guide) **please read before opening a PR!**
1515-- [hacking on tangled](https://docs.tangled.org/hacking-on-tangled.html#hacking-on-tangled)
1212+* the primary [appview](https://tangled.org/tangled.org/core/tree/master/appview) service,
1313+* [knotserver](https://tangled.org/tangled.org/core/tree/master/knotserver) for git hosting and operations,
1414+* [spindle](https://tangled.org/tangled.org/core/tree/master/spindle) for continuous integration,
1515+* [bobbin](https://tangled.org/tangled.org/core/tree/master/bobbin), the API service,
16161717-## security
1717+... and more.
1818+1919+## Bugs
2020+2121+Please file any issues about this code or the hosted service on the [issue
2222+tracker](https://tangled.org/tangled.org/core/issues). You may also use our
2323+[Discord](https://chat.tangled.org) for the same.
2424+2525+## Security
18261927If you've identified a security issue in Tangled, please email
2020-[security@tangled.org](mailto:security@tangled.org) with details!
2828+[security@tangled.org](mailto:security@tangled.org) with the details!
2929+3030+## Contributing
3131+3232+PRs welcome! But please file a [proposal for bigger
3333+changes](https://docs.tangled.org/contribution-guide#proposals-for-bigger-changes).
3434+We have strict [rules for commit
3535+messages](https://docs.tangled.org/contribution-guide#commit-guidelines) (or
3636+skim `git log`).
3737+3838+We require a Developer Certificate of Origin (DCO) `Signed-off-by:` line in
3939+commits. [Read more
4040+here](https://docs.tangled.org/contribution-guide#developer-certificate-of-origin-dco).
4141+4242+## Legal
4343+4444+The contents of this repository are licensed under MIT.