Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 539 Bytes

File metadata and controls

8 lines (7 loc) · 539 Bytes

Contribution Guidelines

I do not accept new scripts; however, if you'd like to improve on an existing one, feel free to make a pull request; please make sure to update the version number if you do so.

Versioning Rules

  • If you are changing, or removing features, increment the major version. (Example.: 3.1 -> 4)
  • If you are adding, fixing, or optimizing features, increment the minor version. (Example: 2 -> 2.1)
  • If you are just changing the code formatting or comments, you do not need to change the version number.