Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

39 lines (28 loc) · 1.55 KB

Contributing to this repo

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:

How to Contribute

  1. 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.
  2. 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
  3. Create a branch: Always create a new branch for your changes:
    git checkout -b your-branch-name
  4. Make changes: Implement your changes or features. Ensure your code is well-documented and tested.
  5. Commit your changes: Once you're happy with the changes, commit them:
    git add .
    git commit -m "REFACTOR: modularize xy function"
  6. Push your changes: Push your branch to your forked repository:
    git push
  7. 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.

Code of Conduct

Please adhere to the project's Code of Conduct. We aim to create a welcoming and inclusive environment for everyone.

Reporting Issues

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]!