We welcome contributions to AlphaFind! This document outlines the process for contributing to this project.
- Fork the repository on GitHub.
- Clone your fork locally:
git clone https://github.com/your-username/AlphaFind.git
- Create a new branch for your feature or bug fix:
git checkout -b your-feature-name
- Make your changes in your feature branch.
- Add or update tests as necessary.
- Ensure all tests pass.
- Update documentation if required.
- Push your changes to your fork on GitHub.
- Submit a pull request to the main AlphaFind repository.
- Describe your changes in detail in the pull request description.
- Follow the existing code style in the project.
- Use meaningful variable and function names.
- Comment your code where necessary.
- Use the GitHub issue tracker to report bugs or suggest features.
- Provide as much detail as possible, including steps to reproduce for bugs.
- Be respectful and considerate in all interactions.
- Help others who have questions.
Thank you for contributing to AlphaFind!