Update issue templates [skip ci]

master
Dwayne 2019-06-07 12:59:56 -05:00 committed by pro-src
parent 278ee837df
commit 60ca4a3f71
No known key found for this signature in database
GPG Key ID: 599B67840804918D
1 changed files with 29 additions and 0 deletions

29
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
_Please attempt to answer the following questions before submitting a new issue:_
* What version of Cloudscraper are you using?
- `node -p 'require("cloudscraper/package.json").version'`
* What version of Node.js are you using? (Please share the process information)
- `node -p process`
* When did the problem start occurring?
* How often does the problem occur?
* What is the URL?
* Are there any similar issues? (Please share the links)
- [ ] I have read the [README](https://github.com/codemanki/cloudscraper#readme). (Code [examples](https://github.com/codemanki/cloudscraper/tree/master/docs/examples#readme))
_Please share a minimal working code snippet that reproduces the problem._
<details><summary>Code snippet</summary>
```js
INSERT CODE HERE
```
</details>