You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@ body:
14
14
- label: I've reviewed existing issues and couldn't find a duplicate for this problem.
15
15
required: true
16
16
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'`.
0 commit comments