Skip to content

Commit

Permalink
Revert "Fix issue template MD checkboxes"
Browse files Browse the repository at this point in the history
  • Loading branch information
pleerock authored Nov 24, 2018
1 parent 1742d63 commit d4a0b9a
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
**Issue type:**

- [ ] question
- [ ] bug report
- [ ] feature request
- [ ] documentation issue
[ ] question
[ ] bug report
[ ] feature request
[ ] documentation issue

**Database system/driver:**

- [ ] `cordova`
- [ ] `mongodb`
- [ ] `mssql`
- [ ] `mysql` / `mariadb`
- [ ] `oracle`
- [ ] `postgres`
- [ ] `sqlite`
- [ ] `sqljs`
- [ ] `react-native`
- [ ] `expo`
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] `oracle`
[ ] `postgres`
[ ] `sqlite`
[ ] `sqljs`
[ ] `react-native`
[ ] `expo`

**TypeORM version:**

- [ ] `latest`
- [ ] `@next`
- [ ] `0.x.x` (or put your version here)
[ ] `latest`
[ ] `@next`
[ ] `0.x.x` (or put your version here)

**Steps to reproduce or a small repository showing the problem:**

<!--
To answer those questions you need to put "x" inside the square brackets, for example:
- [x] `mysql`
- [ ] `postgres`
[x] `mysql`
[ ] `postgres`
Also, please format your code properly (by taking code blocks into ```ts .... ```)
!>

0 comments on commit d4a0b9a

Please sign in to comment.