Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

44 lines (28 loc) · 1.26 KB

Contributing Guidelines

Want to contribute? Great! 👍

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

First, fork this repository.

Fork Icon

Next, clone this repository to your desktop to make changes.

$ git clone {YOUR_REPOSITORY_CLONE_URL}

Create a new branch

$ git checkout -b improve-feature

Make the appropriate changes in the files and add changes to reflect the changes made.

Commit your changes

$ git commit -am 'Improve feature'

Push to the branch

$ git push origin improve-feature

Once you've pushed changes to your local repository, you can issue a pull request by clicking on the green pull request icon.

Pull Request Icon

Bug / Feature Request

Ensure the bug was not already reported by searching on GitHub under issues. If you're unable to find an open issue addressing the bug, open a new issue.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.