Skip to content

Commit 853a641

Browse files
authored
Bug template: add instruction to check earthaccess.status (#1163)
1 parent f058816 commit 853a641

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ body:
1414
- label: I've reviewed existing issues and couldn't find a duplicate for this problem.
1515
required: true
1616

17+
- type: checkboxes
18+
attributes:
19+
label: Have you checked the status of Earthdata services?
20+
description: Earthaccess relies on the Common Metadata Repository (CMR) API and the Earthdata Login (EDL) service to provide its functionality. Please check whether these services are working properly before creating an issue.
21+
options:
22+
- label: I've executed `earthaccess.status()` and both CMR and EDL returned `'OK'`.
23+
required: true
24+
1725
- type: textarea
1826
attributes:
1927
label: Current Behavior

0 commit comments

Comments
 (0)