Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 923 Bytes

CONTRIBUTING.MD

File metadata and controls

23 lines (13 loc) · 923 Bytes

Contributing to Shopify/async-memcached

We appreciate your interest in contributing to the Shopify/async-memcached! Your contributions help make our project better.

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.

Questions

If you have any questions or need help with contributing, feel free to open an issue.

Thank you for your contribution!