Skip to content

Commit

Permalink
Initial triaging draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin-14 committed Dec 15, 2024
1 parent ae0e833 commit 8a2c4e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/triaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?}
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8a2c4e7

Please sign in to comment.