# Contributing to Shopify/async-memcached
We appreciate your interest in contributing to the Shopify/async-memcached! Your contributions help make our project better. This crate is meant to be a very barebones async memcached client.
## How to Contribute
Contributions to this project are made through GitHub pull requests. If you're not familiar with this process, here are the general steps:
1. Fork the repository and create your branch from `main`.
2. Make your changes in your branch.
3. When you're done, open a pull request to merge your branch into the `main` branch of the original repository.
Before submitting a pull request, please ensure that your code adheres to our coding standards and that all tests pass.
## Code of Conduct
By participating in this project, you are expected to uphold our [Code of Conduct](./CODE_OF_CONDUCT.md).
## Questions
If you have any questions or need help with contributing, feel free to open an issue.
Thank you for your contribution!