Thank you for considering contributing to our Financial Derivative Hedging project! We appreciate your interest and support in making this project better.
We welcome contribution in various forms, including but not limited to:
- Reporting bugs or issues
- Providing feedback on the existing codebase
- Submitting fixes for identified issues
- Proposing new features or enhancement
- Improving documentation
- Adding code snippets, algorithms, or techniques related to financial programming, deep learning, or machine learning
Please make sure to read and follow our Code of Conduct before contributing to the project.
Create a personal copy of the Hedging-of-Financial-Derivatives repository on Github.
You can do this by clicking the Fork button on the Hedging-of-Financial-Derivatives repository page.
After forking the repository, clone it locally on your computer so that you can work on the code and make changes.
$ git clone https://github.com/<YOUR-USERNAME>/Road_Lane_Detection_System..git
Before making any changes, create a new branch in your local repository.This is done to ensure that your changes are isolated from the main branch and can be easily reviewed and merged later.
$ git checkout -b <branch-name>
Start making changes to the code, fixing bugs, adding new features, etc. Push changes to the fork:
Once the changes have been made, push them to your fork on Github.
$ git add .
$ git commit -m "Description of changes"
$ git push origin <branch-name>
Before submitting your pull request, make sure the following items have been checked:
- All tests pass and the build is successful.
- Your changes do not produce any new warnings or errors.
- Your changes have been thoroughly tested on different platforms and browsers.
- Your changes do not break backward compatibility.
- When you're ready, submit a pull request and include a descriptive title and a detailed description of your changes.
Contributors are an integral part of this project, and all contributions will be recognized and appreciated. Your efforts help us improve and grow this project.
Thank you for your interest and contributions to our Hedging-of-Financial-Derivatives