Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 704 Bytes

File metadata and controls

29 lines (28 loc) · 704 Bytes

Contributing guide

You need make and python in your $PATH

  1. Clone repo from main branch:
git clone https://github.com/deknowny/demapi
  1. Go to cloned repo
cd demapi
  1. Install the repo locally with developing dependencies
make install-dev

Now you can develop new functional. You can create a .drafts/ directory for your drafts (added to .gitignore)


  1. Run tests locally
make test

And if you want to suggest new changes: 5. Fork the repository 6. Push your changes to your fork 7. Create a pull request


There is also GitHub actions setup, and you can see coverage on different python versions and on different platforms.