First off, thank you for considering contributing to Diversity_outbred_bulk_RNA-Seq! It's people like you that make this project a great tool.
- Fork the repository on GitHub.
- Clone your fork locally using
git clone https://github.com/YOUR_USERNAME/Diversity_outbred_bulk_RNA-Seq.git
. - Create a new branch for your work using
git checkout -b your-branch-name
.
- Ensure your changes are in line with the project's coding conventions and standards.
- Make sure you have added necessary tests for your changes.
- Run all the tests to ensure nothing else was accidentally broken.
- Commit your changes in logical chunks. Use
git commit -m 'Your commit message'
. - Push your changes to your fork on GitHub:
git push origin your-branch-name
.
- Go to your fork on GitHub and click the 'New pull request' button.
- Fill out the form with the necessary details. Link any issues that relate to the changes you have made.
- Submit the pull request.
Once your pull request is submitted:
- The project maintainers will review your changes.
- If any changes or updates are needed, they will provide feedback.
- Once everything looks good, your changes will be merged into the main branch.
By participating in this project, you are expected to uphold our Code of Conduct.
If you have any questions or need further clarification on any matter, feel free to open an issue, and we'll do our best to assist you.
Thank you for your contribution!