Thank you for investing time in contributing to our project! Here's a guide to get you started.
First things first, let's get you a personal copy of MemGPT to play with. Think of it as your very own playground. 🎪
- Head over to the MemGPT repository on GitHub.
- In the upper-right corner, hit the 'Fork' button.
Now, let's bring your new playground to your local machine.
git clone https://github.com/your-username/MemGPT.git
cd MemGPT
# Optional: set up a virtual environment.
# python3 -m venv venv
# . venv/bin/activate
pip install -r requirements.txt
Time to put on your creative hat and make some magic happen. First, let's create a new branch for your awesome changes. 🧙♂️
git checkout -b feature/your-feature
Now, the world is your oyster! Go ahead and craft your fabulous changes. 🎨
Before we hit the 'Wow, I'm Done' button, let's make sure everything works as expected. Run tests and make sure the existing ones don't throw a fit. And if needed, create new tests. 🕵️
Make sure that you can run
python3 main.py
successfully before submitting a pull request.
You're almost there! It's time to share your brilliance with the world. 🌍
- Visit MemGPT.
- Click "New Pull Request" button.
- Choose the base branch (
main
) and the compare branch (your feature branch). - Whip up a catchy title and describe your changes in the description. 🪄
The maintainers, will take a look and might suggest some cool upgrades or ask for more details. Once they give the thumbs up, your creation becomes part of MemGPT!
Please be sure to follow the project's Code of Conduct.
Need help or just want to say hi? We're here for you. Reach out through filing an issue on this GitHub repository or message us on our Discord server.
Thanks for making MemGPT even more fantastic!