add a contributing guide

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-04 13:24:25 -04:00 committed by June
parent c6e6eb0af3
commit df203fa244
6 changed files with 99 additions and 10 deletions

View file

@ -13,3 +13,4 @@
- [Appservices](appservices.md)
- [Development](development.md)
- [Testing](development/testing.md)
- [Contributing](contributing.md)

1
docs/contributing.md Normal file
View file

@ -0,0 +1 @@
{{#include ../CONTRIBUTING.md}}

View file

@ -1,7 +1,8 @@
# Development
Information about developing the project. If you are only interested in using
it, you can safely ignore this section.
it, you can safely ignore this section. If you plan on contributing, see the
[contributor's guide](contributing.md).
## Debugging with `tokio-console`

View file

@ -6,7 +6,7 @@
#### What's different about your fork than upstream Conduit?
See [differences.md](differences.md)
See the [differences](differences.md) page
#### How can I deploy my own?
@ -14,4 +14,8 @@ See [differences.md](differences.md)
If you want to connect an Appservice to Conduwuit, take a look at the [appservices documentation](appservices.md).
#### How can I contribute?
See the [contributor's guide](contributing.md)
{{#include ../README.md:footer}}