Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 715 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 715 Bytes

Development

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug / Feature Request

If you find a bug kindly open an issue here by including the steps to reproduce it.

If you'd like to request a new function, feel free to do so by opening an issue here.