Thank you for considering contributing to our project! We appreciate your help in making this project better. To ensure a smooth collaboration, please follow these guidelines:
- Fork the repository: Click on the "Fork" button in the top right of the repository page to create a copy of the repository in your GitHub account.
- Clone your fork: Use the following command to clone your fork to your local machine:
git clone https://github.com/UW-Madison-DSI/corn_disease_forecast_api
- Create a branch: Always create a new branch for your changes:
git checkout -b your-branch-name
- Make changes: Implement your changes or features. Ensure your code is well-documented and tested.
- Commit your changes: Once you're happy with the changes, commit them:
git add . git commit -m "REFACTOR: modularize xy function"
- Push your changes: Push your branch to your forked repository:
git push
- Create a Pull Request (PR): Go to your repository on GitHub and click "Compare & pull request." Describe the changes you made and submit the PR.
Please adhere to the project's Code of Conduct. We aim to create a welcoming and inclusive environment for everyone.
If you encounter any bugs or issues, please open a new issue in the Issues tab.
Thank you for contributing to the [Open Source Forecasting Tool]!