Contributing to Morphic
January 15, 2025 ยท View on GitHub
Thank you for your interest in contributing to Morphic! This document provides guidelines and instructions for contributing.
Code of Conduct
By participating in this project, you are expected to uphold our Code of Conduct.
How to Contribute
Reporting Issues
- 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
Pull Requests
- 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
Commit Convention
We use conventional commits. Examples:
feat: add new featurefix: resolve issue with Xdocs: update READMEchore: update dependenciesrefactor: improve code structure
Development Setup
Follow the Quickstart guide in the README to set up your development environment.
License
By contributing, you agree that your contributions will be licensed under the Apache-2.0 License.