Monorepo for Tangled
tangled.org
1.5 kB
44 lines
1# Tangled
2
3https://tangled.org
4
5The next-generation social coding platform.
6
7## Overview
8
9This monorepo contains the majority of Tangled's open source code. Notably, it
10includes:
11
12* the primary [appview](https://tangled.org/tangled.org/core/tree/master/appview) service,
13* [knotserver](https://tangled.org/tangled.org/core/tree/master/knotserver) for git hosting and operations,
14* [spindle](https://tangled.org/tangled.org/core/tree/master/spindle) for continuous integration,
15* [bobbin](https://tangled.org/tangled.org/core/tree/master/bobbin), the API service,
16
17... and more.
18
19## Bugs
20
21Please file any issues about this code or the hosted service on the [issue
22tracker](https://tangled.org/tangled.org/core/issues). You may also use our
23[Discord](https://chat.tangled.org) for the same.
24
25## Security
26
27If you've identified a security issue in Tangled, please email
28[security@tangled.org](mailto:security@tangled.org) with the details!
29
30## Contributing
31
32PRs welcome! But please file a [proposal for bigger
33changes](https://docs.tangled.org/contribution-guide#proposals-for-bigger-changes).
34We have strict [rules for commit
35messages](https://docs.tangled.org/contribution-guide#commit-guidelines) (or
36skim `git log`).
37
38We require a Developer Certificate of Origin (DCO) `Signed-off-by:` line in
39commits. [Read more
40here](https://docs.tangled.org/contribution-guide#developer-certificate-of-origin-dco).
41
42## Legal
43
44The contents of this repository are licensed under MIT.