Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.38 KB

CONTRIBUTING.MD

File metadata and controls

25 lines (16 loc) · 1.38 KB

Contributing

I welcome and appreciate contributions from anyone and everyone!

What should I work on?

You can help most by:

  • Logging issues to help improve the script
  • Creating pull requests for existing issues

Before filing an issue

If something isn't working the way you expect, take a look at the existing issues before logging a new one. If there are no duplicates, please log a new issue! Make sure to provide all of the requested info from the appropriate issue template. Some other things to consider:

  • Use a clear and descriptive title
  • Detail what is happening now vs what should happen
  • Tell us how to reproduce the issue, including step by step instructions, environment, version, and any other relevant information.
  • Can it be reliably reproduced? If not, tell us how often it happens and under what circumstances.
  • Did this problem start happening after a recent release or was it always a bug?

Before submitting a pull request

I am accepting and appreciate pull requests, but please log an issue first. I would hate to turn down your hard work for some reason. In the issue please state that you wish to submit a PR and I will provide feedback and, most likely, approval.

Also, this project follows conventional commits.