Skip to content

Commit 028e9cf

Browse files
s0ph1eaivus
authored andcommitted
Add issue template (#240)
1 parent 4d44092 commit 028e9cf

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
This template is for bug reports.
3+
If you are reporting a bug, please continue on. Note that leaving sections blank will make it difficult for us to troubleshoot and we may have to close the issue.
4+
5+
If you are here for another reason, please remove section below.
6+
-->
7+
8+
* **website-scraper version:**
9+
10+
**Please provide your full options object:**
11+
12+
<details>
13+
<summary>Options</summary>
14+
15+
<!-- Paste your options object below (including urls property): -->
16+
```js
17+
18+
19+
20+
```
21+
22+
<!-- Note that if you don't provide urls which we can use to reproduce problem - in most of cases we will not be able to help and issue will be closed. -->
23+
</details>
24+
25+
26+
**What is expected result?**
27+
28+
**What is actual result?**

0 commit comments

Comments
 (0)