Files
letta-server/docs/contributing.md
Owen Easter 796c33f1a6 docs: linting, syntax, formatting & spelling fixes for all files (#761)
* Update README.md

* fix: 'ollama run' should be 'ollama pull'

* fix: linting, syntax, spelling corrections for all docs

* fix: markdown linting rules and missed fixes

* fix: readded space to block

* fix: changed sh blocks to text

* docs: added exception for bare urls in markdown

* docs: added exception for in-line html (MD033/no-inline-html)

* docs: made python indentation level consistent (4 space tabs) even though I prefer 2.

---------

Co-authored-by: Charles Packer <packercharles@gmail.com>
2024-01-02 10:31:50 -08:00

1.4 KiB

title, excerpt, category
title excerpt category
How to contribute Learn how to contribute to the MemGPT project! 6581eaa89a00e6001012822c

memgpt llama

MemGPT is an active 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. If you're a contributor and we forgot to assign you the role, message the MemGPT team on Discord!

👋 Community issues (requested contributions)

If you're looking for a place to get started, you can see a list of potential contributions that the MemGPT team has marked as "help wanted" on this GitHub page.

📖 Editing the MemGPT 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.

🦙 Editing the MemGPT source code

If you're interested in editing the MemGPT source code, check our guide on building and contributing from source.