File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -57,3 +57,19 @@ To format code:
57
57
> yapf -ipr tests
58
58
59
59
You can also run the ``./scripts/test `` script to check flake8 and yapf.
60
+
61
+ CHANGELOG
62
+ ^^^^^^^^^
63
+
64
+ PySTAC maintains a `changelog <https://github.com/stac-utils/pystac/blob/develop/CHANGELOG.md >`_
65
+ to track changes between releases. All PRs should make a changelog entry unless
66
+ the change is trivial (e.g. fixing typos) or is entirely invisible to users who may
67
+ be upgrading versions (e.g. an improvement to the CI system).
68
+
69
+ For changelog entries, please link to the PR of that change. This needs to happen in a few steps:
70
+
71
+ - Make a PR to PySTAC with your changes
72
+ - Record the link to the PR
73
+ - Push an additional commit to your branch with the changelog entry with the link to the PR.
74
+
75
+ For more information on changelogs and how to write a good entry, see `keep a changelog <https://keepachangelog.com/en/1.0.0/ >`_
You can’t perform that action at this time.
0 commit comments