Skip to content

Commit

Permalink
Merge pull request #32 from Quramy/issue_template
Browse files Browse the repository at this point in the history
chore: Modify issue template
  • Loading branch information
Quramy committed Nov 23, 2022
2 parents 1c993fc + f5261ff commit f298bd1
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,23 @@ 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.

**Desktop (please complete the following information):**
**Your Schema**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
```
// Paste schema.prisma file.
```

**Smartphone (please complete the following information):**
**Environment (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- Database kind [e.g. PostgreSQL ]
- Node.js version [e.g. 16.0]
- `@prisma/client` version [e.g. 4.2]
- TypeScript version [e.g. 4.8.3]

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

Please put gist URL including generated .js and .d.ts if you can :pray:

0 comments on commit f298bd1

Please sign in to comment.