mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
18 lines
698 B
Markdown
18 lines
698 B
Markdown
# Contributing to Basic Memory
|
|
|
|
Thank you for considering contributing to Basic Memory! Your help is greatly appreciated to improve this project.
|
|
|
|
## How to Contribute
|
|
|
|
1. **Fork the Repo**: Fork the repository and clone your copy.
|
|
1. **Create a Branch**: Create a new branch for your feature or fix.
|
|
1. **Test Your Changes**: Ensure tests pass locally and include new tests when necessary to ensure 100& test coverage.
|
|
1. **Format Your Code**: Run `make format` to ensure code is formatted appropriately.
|
|
4. **Submit a PR**: Submit a pull request with a detailed description of your changes.
|
|
|
|
Thank You!
|
|
|
|
## Code of Conduct
|
|
|
|
All contributors must follow the [Code of Conduct](CODE_OF_CONDUCT.md).
|