Skip to content

Commit

Permalink
chore: tweak bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho authored Dec 19, 2020
1 parent 5c981df commit 5711882
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,52 @@
---
name: Bug report
about: Create a report to help us improve
about: Create a report to help us improve. If this is a question please use Discussions.
title: ''
labels: bug
assignees: ''
---

**Which package?**
<!-- If this is more of a question on how i18n should work or you have not narrowed down the issue to be 1 of our packages, please use Discussions instead -->

## Which package?
Since this is a monorepo. Please specify which package this bug report is for.

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

**To Reproduce**
## To Reproduce

### Codesandbox URL

Please include a codesandbox URL if possible

### Reproducible Steps/Repo

Steps to reproduce the behavior:

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

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

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

**Desktop (please complete the following information):**
## Desktop (please complete the following information):

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
## 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]

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

0 comments on commit 5711882

Please sign in to comment.