Skip to content

Commit 1948277

Browse files
authored
Merge pull request #5315 from GSA/harvest-source-issue-template
add harvest source error template
2 parents 9404421 + 4eb2243 commit 1948277

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE/harvest.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Harvest Source Error
3+
about: A ticket tracking harvest source errors
4+
title: "Harvest Source Error: <source name>"
5+
---
6+
## Harvest Source Info
7+
8+
9+
**Source Name:**
10+
**Source Type:**
11+
**Harvest Frequency:**
12+
**Last Successful Harvest:**
13+
**Last Update:**
14+
**Source URL:**
15+
**About Page:**
16+
17+
18+
### Error Info
19+
20+
_Paste in the error info from harvest report_
21+
22+
23+
### Debugging
24+
25+
_Run the following command on your local and/or cloud.gov to tell if the source server side blocks our agent (`HarvesterBot`) or cloud.gov IPs (`52.222.122.97` and `52.222.123.172`)_
26+
27+
```
28+
curl -I -L -A "HarvesterBot/0.0 (https://data.gov;[email protected]) Data.gov/2.0" [source_url]
29+
```
30+

0 commit comments

Comments
 (0)