-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing Guidelines
Jorge Miguel Silva edited this page Oct 10, 2024
·
1 revision
We welcome contributions to PhenoQC! Here's how you can help:
- Use the GitHub issue tracker to report bugs
- Describe the bug concisely and clearly
- Include steps to reproduce the issue
- Use the GitHub issue tracker to suggest enhancements
- Clearly describe the enhancement and its potential benefits
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Make your changes
- Run tests (
pytest) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin feature-branch) - Create a new Pull Request
- Follow PEP 8 guidelines
- Write clear, commented code
- Include unit tests for new features
- Update relevant documentation for any changes
- Use clear and concise language
Thank you for contributing to PhenoQC!