Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 693 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (21 loc) · 693 Bytes

Contributing

🚧 Getting started locally

  • 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.

✨ Pull Request Requirements

  1. Update the README.md with details of changes to the API if you made those changes. Add an example as well
  2. Add proper comments to the code you have added.
  3. Add descriptive title and description to the PRs