diff --git a/CHANGELOG.md b/CHANGELOG.md index ec21ddb6..f66e4621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] +### Added + +- Added triaging document([#754](https://github.com/nsidc/earthaccess/issues/754)) + ([@Sherwin-14](https://github.com/Sherwin-14)) + ## [v0.12.0] - 2024-11-13 ### Changed @@ -31,6 +36,7 @@ and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html) integration tests ([#824](https://github.com/nsidc/earthaccess/issues/824)) ([@chuckwondo](https://github.com/chuckwondo)) + ### Removed - The `scripts/integration-test.sh` script has been removed in favor of the `integration-tests` nox session. diff --git a/docs/contributing/triaging.md b/docs/contributing/triaging.md index 13e90295..b71ae606 100644 --- a/docs/contributing/triaging.md +++ b/docs/contributing/triaging.md @@ -127,7 +127,7 @@ flowchart TD start ==NO==> close1[Change to draft and ask to follow template] start == YES ==> dupe{Is duplicate?} - dupe == YES ==> close2[Close and pointto duplicate] + dupe == YES ==> close2[Close and point to duplicate] dupe == NO ==> repro{Has proper reproduction?} repro == NO ==> close3[Label: 'needs reproduction' bot will auto close if no update has been made in 3 days] repro == YES ==> real{Is actually a bug?} diff --git a/mkdocs.yml b/mkdocs.yml index d69d5596..22fa9337 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -69,7 +69,7 @@ nav: - "Maintainers Guide": "contributing/maintainers-guide.md" - "Code of Conduct": "contributing/code-of-conduct.md" - "Contributing naming convention": "contributing/naming-convention.md" - - "Triaging" : "contributing/triaging.md" + - "Triaging Doc" : "contributing/triaging.md" - "Resources": "resources.md" - USER GUIDE: - "user_guide/index.md"