Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 747 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (22 loc) · 747 Bytes

Prerequistes and Dependencies

Needs python and node.js.

To install decktape, run in osd-slides.

$ npm install decktape

You will need node.js on your computer for above to run. Check if node.js in your computer by running this. And then check the version of npm. You might want to restart your terminal/powershell after installing node.js.

$ Node --version
$ npm --version

Opening a PR

  • Before opening a PR make sure all the tests pass by running:
$ make test

Possible Areas Contribute

  • Add more tests to cover functions
  • In Search class there are many random tags that get read into self.text. It would be helpful for someone to clean those.