Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

52 lines (33 loc) · 1.49 KB

Contributing to PolyFit Extrapolator

Thank you for your interest in contributing to PolyFitExtrapolator! By contributing to this project, you help make it better.

How to Contribute

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine.

    git clone https://github.com/FinOrr/c-polyfit-extrapolator.git
  3. Create a new branch for your changes.

    git checkout -b feature/new-exciting-feature
  4. Make your changes and ensure the code follows the project's coding style.

  5. Commit your changes.

    git commit -m "Some useful commit message..."
  6. Push the changes to your fork on GitHub.

    git push origin feature/new-exciting-feature
  7. Open a pull request on the PolyFitExtrapolator repository.

Pull Request Guidelines

  • Follow the coding style and conventions used in the project.
  • Clearly describe the purpose of the pull request and the changes made.
  • Ensure your branch is up-to-date with the latest changes from the main branch.
  • Provide a meaningful title for your pull request.

Issues

If you find any issues or have suggestions for improvement, please open an issue on the issue tracker.

License

By contributing, you agree that your contributions will be licensed under the MIT License.

Thank you for your contributions!