Skip to content

Commit

Permalink
[meta] Fix bug report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 16, 2018
1 parent 9d2ebb7 commit 871b541
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 67 deletions.
44 changes: 0 additions & 44 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

66 changes: 43 additions & 23 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,53 @@ name: 🐛 Bug report
about: Create a report to help us improve

---
Thanks for reporting an issue to us! We're glad you are using and invested in Enzyme.
Before submitting, please read over our commonly reported issues to prevent duplicates!

**Describe the bug**
A clear and concise description of what the bug is.
### All common issues

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
* [common issues](../blob/master/docs/common-issues.md)

**Expected behavior**
A clear and concise description of what you expected to happen.
### Notoriously common issues

**Screenshots**
If applicable, add screenshots to help explain your problem.
* [Webpack build issues](../blob/master/docs/common-issues.md#webpack-build-issues)
* [Cannot find module 'react-dom/lib/ReactTestUtils'](../blob/master/docs/common-issues.md#error-cannot-find-module-react-domlibreacttestutils)
* [Query Selector fails](../blob/master/docs/common-issues.md#query-selector-fails)
* [Testing third party libraries](../blob/master/docs/common-issues.md#testing-third-party-libraries)

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
If you haven't found any duplicated issues, please report it with your environment!

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
### Current behavior

**Additional context**
Add any other context about the problem here.
### Expected behavior

### Your environment

#### API

- [ ] shallow
- [ ] mount
- [ ] render

#### Version

| library | version
| ------------------- | -------
| enzyme |
| react |
| react-dom |
| react-test-renderer |
| adapter (below) |

#### Adapter

- [ ] enzyme-adapter-react-16
- [ ] enzyme-adapter-react-16.3
- [ ] enzyme-adapter-react-16.2
- [ ] enzyme-adapter-react-16.1
- [ ] enzyme-adapter-react-15
- [ ] enzyme-adapter-react-15.4
- [ ] enzyme-adapter-react-14
- [ ] enzyme-adapter-react-13
- [ ] enzyme-adapter-react-helper
- [ ] others ( )

0 comments on commit 871b541

Please sign in to comment.