Skip to content

Commit

Permalink
Completed tasks as discussed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin-14 committed Sep 15, 2024
1 parent b70bf4e commit 63bd4a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/user_guide/backwards-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We use [Semantic Versioning (SemVer)](https://semver.org/) to tell users what to

### Versioning

We will follow SemVer. All version changes will consider [this](https://example.com/our-public-api) to be the public API documentation for the purposes of deciding whether a change is breaking or non-breaking.
We will follow SemVer. All version changes will consider [this](https://example.com/our-public-api) to be the public [API](user-reference/api/api) documentation for the purposes of deciding whether a change is breaking or non-breaking.

### Release Communication

Expand All @@ -37,6 +37,10 @@ We will follow SemVer. All version changes will consider [this](https://example.

4. Please use a [GitHub Issue](https://github.com/nsidc/earthaccess/issues) to communicate about this work.

## Our Python and dependency support policy

Our project follows the SPEC0 dependency deprecation policy, which outlines the guidelines for deprecating and removing dependencies from our codebase.

## Migration guides

Under Development 🚧
Expand Down

0 comments on commit 63bd4a2

Please sign in to comment.