Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 740 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 740 Bytes

Contributing

We welcome contributions. For small changes, open a pull request. If you'd like to discuss an improvement or fix before writing the code, please open a Github issue.

Reporting Issues

Please report issues in Github issues.

Table of Contents

Technical Details

Local Development

Clone the repo and open in your IDE of choice.

Releasing a new version

Tag the branch with the appropriate version number (ex v1.2.0) with git tag v1.2.0.

Push to the remote repo with git push origin --tags