- Fork the project
- Clone your fork locally
git clone https://github.com/<your-username>/workflow-date
cd workflow-date
- Create a new branch
git checkout -b new-feature
- Install the dependencies
python -m pip install -r requirements.txt
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Update the README.md with details of changes to the API if you made those changes. Add an example as well
- Add proper comments to the code you have added.
- Add descriptive title and description to the PRs