Skip to content

Commit af8adf1

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent 4802df7 commit af8adf1

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,25 @@
55
If you are here for another reason, please remove section below.
66
-->
77

8-
* **website-scraper version:**
8+
### Configuration
9+
**version:** [package version]
910

10-
**Please provide your full options object:**
11-
12-
<details>
13-
<summary>Options</summary>
14-
15-
<!-- Paste your options object below (including urls property): -->
11+
**options:** [provide your full options object]
1612
```js
1713

1814

1915

2016
```
21-
2217
<!-- 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>
2418

19+
### Description
20+
21+
[Description of the issue]
22+
23+
**Expected behavior:** [What you expect to happen]
24+
25+
**Actual behavior:** [What actually happens]
2526

26-
**What is expected result?**
27+
### Additional Information
2728

28-
**What is actual result?**
29+
[Any additional information configuration or data that might be necessary to reproduce the issue]

0 commit comments

Comments
 (0)