chore: add template for bugs
This commit is contained in:
parent
be9f9b6da3
commit
1eafe8bc44
1 changed files with 37 additions and 0 deletions
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: pleshevskiy
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Describe the bug -->
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
### To Reproduce
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. ...
|
||||||
|
|
||||||
|
```typescript
|
||||||
|
// Paste a minimal example that causes the problem.
|
||||||
|
```
|
||||||
|
|
||||||
|
### Expected Behavior
|
||||||
|
<!-- Tell us what should happen. -->
|
||||||
|
|
||||||
|
|
||||||
|
### Actual Behavior
|
||||||
|
<!-- Tell us what happens instead. -->
|
||||||
|
|
||||||
|
```
|
||||||
|
Paste the full traceback if there was an exception.
|
||||||
|
```
|
||||||
|
|
||||||
|
### Environment
|
||||||
|
|
||||||
|
* OS:
|
||||||
|
* node.js version:
|
||||||
|
* react version:
|
||||||
|
* react-rest-request version:
|
Reference in a new issue