forked from typeorm/typeorm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Fix issue template MD checkboxes"
- Loading branch information
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 .... ```) | ||
!> |