Skip to content

Commit 75e6400

Browse files
committed
Added templates for harvester feature request and bug report
1 parent 26f11f4 commit 75e6400

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Harvester Bug Report
3+
about: You want to report a bug in the Harvester.
4+
title: "[TITLE]"
5+
labels: Bug, Harvester
6+
---
7+
8+
### Summary
9+
10+
<!-- Summarize the bug encountered concisely -->
11+
12+
### Steps to reproduce
13+
14+
<!-- How one can reproduce the issue - this is very important -->
15+
16+
### Example page (Optional)
17+
18+
<!-- If possible, please provide the URL of the page here that exhibits the problematic behavior -->
19+
20+
### Current *bug* behavior
21+
22+
<!-- What actually happens -->
23+
24+
### Expected *correct* behavior
25+
26+
<!-- What you should see instead -->
27+
28+
### Relevant screenshots and/or logs
29+
30+
<!-- Paste any relevant screenshots -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Harvester Feature Report
3+
about: You want to report a bug in the Harvester.
4+
title: "[TITLE]"
5+
labels: Feature, Harvester
6+
---
7+
8+
### Problem to solve
9+
10+
<!-- What problem do we solve? -->
11+
12+
### Further details
13+
14+
<!-- Include use cases, benefits, and/or goals -->
15+
16+
### Proposal
17+
18+
<!-- What do you propose to solve this problem? -->
19+
20+
### Links / references
21+
22+
<!-- Provide any screenshot or links to websites that may be relevant to your proposal -->

0 commit comments

Comments
 (0)