Skip to content

Commit

Permalink
Update issue templates (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
my8100 committed May 2, 2020
1 parent 12c4892 commit 6b9663b
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: my8100
title: ''
labels: ''
assignees: ''

---

Expand All @@ -14,24 +14,26 @@ A clear and concise description of what the bug is.
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
3. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Logs**
Add logs of ScrapydWeb and Scrapyd (optional) when reproducing the bug. (Run ScrapydWeb with argument '--verbose' if its version >= 1.0.0)
Add logs of ScrapydWeb and Scrapyd (optional) when reproducing the bug.
(It's recommended to run ScrapydWeb with argument '--verbose' if its version >= 1.0.0)

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment (please complete the following information):**
- OS: [e.g. Win 10, macOS 10.14, Ubuntu 18, centOS 7.6, Debian 9.6 or Fedora 29]
- Python: [e.g. 2.7, 3.6 or 3.7]
- ScrapydWeb: [e.g. 0.9.9 or 1.0.0]
- Scrapyd amount [e.g. 1 or 5]
- Related settings [e.g. 'ENABLE_CACHE = True']
- Operating system: [e.g. Win 10, macOS 10.14, Ubuntu 18, centOS 7.6, Debian 9.6 or Fedora 29]
- Python version: [e.g. 2.7 or 3.7]
- ScrapydWeb version: [e.g. 1.4.0 or latest code on GitHub]
- ScrapydWeb related settings [e.g. 'ENABLE_AUTH = True']
- Scrapyd version: [e.g. 1.2.1 or latest code on GitHub]
- Scrapyd amount [e.g. 1 or 5]
- Scrapy version: [e.g. 1.8.0, 2.0.0 or latest code on GitHub]
- Browser [e.g. Chrome 71, Firefox 64 or Safari 12]

**Additional context**
Expand Down

0 comments on commit 6b9663b

Please sign in to comment.