Thank you for your interest in contributing to Morphic! This document provides guidelines and instructions for contributing.
By participating in this project, you are expected to uphold our Code of Conduct.
- Check if the issue already exists in our GitHub Issues
- Use the issue templates when creating a new issue
- Provide as much context as possible
- Fork the repository
- Create a new branch from
main
:git checkout -b feat/your-feature-name
- Make your changes
- Commit your changes using conventional commits:
git commit -m "feat: add new feature"
- Push to your fork
- Open a Pull Request
We use conventional commits. Examples:
feat: add new feature
fix: resolve issue with X
docs: update README
chore: update dependencies
refactor: improve code structure
Follow the Quickstart guide in the README to set up your development environment.
By contributing, you agree that your contributions will be licensed under the Apache-2.0 License.