Thank you for your interest in contributing to PolyFitExtrapolator! By contributing to this project, you help make it better.
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine.
git clone https://github.com/FinOrr/c-polyfit-extrapolator.git
-
Create a new branch for your changes.
git checkout -b feature/new-exciting-feature
-
Make your changes and ensure the code follows the project's coding style.
-
Commit your changes.
git commit -m "Some useful commit message..."
-
Push the changes to your fork on GitHub.
git push origin feature/new-exciting-feature
-
Open a pull request on the PolyFitExtrapolator repository.
- 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.
If you find any issues or have suggestions for improvement, please open an issue on the issue tracker.
By contributing, you agree that your contributions will be licensed under the MIT License.
Thank you for your contributions!