Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 1.02 KB

Contributing to stac-asset

First off, thanks for contributing! We appreciates you.

Testing

We aim for comprehensive unit testing of this library. Please provide tests for any new features, or to demonstrate bugs. Draft pull requests with a failing test to demonstrate a bug are much appreciated.

Submitting changes

Please open a pull request with your changes -- make sure to include unit tests. Please follow standard git commit formatting (subject line 50 characters max, wrap the body at 72 characters).

We use conventional commits. Your commits do not have to but if you'd like to format them this way, we would be grateful.

If you can, use git rebase -i to create a clean, well-formatted history before opening your pull request. If you need to make changes after opening your pull request (e.g. to fix CI breakages) we will be grateful if you squash those fixes into their relevant commits.

Thanks so much!
-Pete Gadomski