Skip to content

Commit

Permalink
📝 Docs: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
upupming authored and Spades-S committed May 10, 2019
1 parent f067c74 commit 0056092
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!-- Please fill in this template and provide enough information for us. -->

### Describe the bug

<!-- A clear and concise description of what the bug is. -->

### To Reproduce

<!-- Steps to reproduce the behavior. -->

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

### Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

### Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

### System information

- OS: [e.g. Windows]
- Version [e.g. Windows 10]

### VSCode information

- `Help` -> `About` -> `Copy`

```txt
// Place you VScode `About` data here
```

- `vs-picgo` version

- Settings begin with `picgo`:

```json
// ...
"picgo.customUploadName": "${fileName}-${date}${extName}"
// ...
```

### Additional context

**Is this bug picBed specific, i.e. only the picBed you use is affected?** Yes/No.

**Is there any error in the console (`Help` -> `Toggle Developer tools`)?**: Yes/No.

```txt
If yes, please paste the error here.
```

0 comments on commit 0056092

Please sign in to comment.