Files
letta-server/docs/contributing.md
Sarah Wooders 8ae1e64987 chore: migrate package name to letta (#1775)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-09-23 09:15:18 -07:00

26 lines
1.4 KiB
Markdown

---
title: How to contribute
excerpt: Learn how to contribute to the Letta project!
category: 6581eaa89a00e6001012822c
---
![letta llama](https://raw.githubusercontent.com/cpacker/Letta/main/docs/assets/letta_library.webp)
Letta is an active [open source](https://en.wikipedia.org/wiki/Open_source) project and we welcome community contributions! There are many ways to contribute for both programmers and non-programmers alike.
> 📘 Discord contributor role
>
> Contributing to the codebase gets you a **contributor role** on [Discord](https://discord.gg/9GEQrxmVyE). If you're a contributor and we forgot to assign you the role, message the Letta team [on Discord](https://discord.gg/9GEQrxmVyE)!
## 👋 Community issues (requested contributions)
If you're looking for a place to get started, you can see a list of potential contributions that the Letta team has marked as "help wanted" [on this GitHub page](https://github.com/cpacker/Letta/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
## 📖 Editing the Letta docs
We're always looking to improve our docs (like the page you're reading right now!). Proposing edits to the docs is easy and can even be done without ever having to set up the source code - [check our guide for instructions](contributing_docs).
## 🦙 Editing the Letta source code
If you're interested in editing the Letta source code, [check our guide on building and contributing from source](contributing_code).