This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
react-rest-request/.github/ISSUE_TEMPLATE/bug_report.md

37 lines
567 B
Markdown
Raw Normal View History

2020-11-06 06:48:21 +03:00
---
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.
2021-03-26 11:10:09 +03:00
### Steps to reproduce
2020-11-06 06:48:21 +03:00
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: