new bug report template (#7945)

* example of the new bug report template

* changed emoji icons

* updated emoji icons

* added emoji codes to the comments

* Update bug-report.md

* Update documentation-issue.md

* Update feature-request.md

* Create feature-request.md
This commit is contained in:
Umed Khudoiberdiev 2021-07-25 19:19:42 +05:00 committed by GitHub
parent 4c5bbd9e1c
commit abbadccd3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 67 additions and 101 deletions

View File

@ -67,9 +67,9 @@ assignees: ''
| Dependency | Version |
| --- | --- |
| Operating System | |
| Node.js version | vX.Y.ZZZ | <!-- run `node -v` to obtain this -->
| Typescript version | vX.Y.ZZZ | <!-- run `npm list typescript` to obtain this -->
| TypeORM version | vX.Y.ZZZ | <!-- run `npm list typeorm` to obtain this -->
| Node.js version | x.y.zzz | <!-- run `node -v` to obtain this -->
| Typescript version | x.y.zzz | <!-- run `npm list typescript` to obtain this -->
| TypeORM version | x.y.zzz | <!-- run `npm list typeorm` to obtain this -->
### Additional Context
@ -81,47 +81,40 @@ assignees: ''
### Relevant Database Driver(s)
<!--
Please include the relevant database drivers to your issue.
<!-- Put "yes" instead of "no" to your issue's relevant databases -->
Please include an `x` inside the brackets like so:
- [ ] `cockroachdb`
- [x] `cordova`
- [ ] `expo`
-->
- [ ] `aurora-data-api`
- [ ] `aurora-data-api-pg`
- [ ] `better-sqlite3`
- [ ] `cockroachdb`
- [ ] `cordova`
- [ ] `expo`
- [ ] `mongodb`
- [ ] `mysql`
- [ ] `nativescript`
- [ ] `oracle`
- [ ] `postgres`
- [ ] `react-native`
- [ ] `sap`
- [ ] `sqlite`
- [ ] `sqlite-abstract`
- [ ] `sqljs`
- [ ] `sqlserver`
| DB Type | Reproducible |
| --- | --- |
| `aurora-data-api` | no |
| `aurora-data-api-pg` | no |
| `better-sqlite3` | no |
| `cockroachdb` | no |
| `cordova` | no |
| `expo` | no |
| `mongodb` | no |
| `mysql` | no |
| `nativescript` | no |
| `oracle` | no |
| `postgres` | no |
| `react-native` | no |
| `sap` | no |
| `sqlite` | no |
| `sqlite-abstract` | no |
| `sqljs` | no |
| `sqlserver` | no |
### Are you willing to resolve this issue by submitting a Pull Request?
<!-- Put "✅" (:white_check_mark:) to one of these options, left "✖️" (:heavy_multiplication_x:) others: -->
- ✅ Yes, I have the time, and I know how to start.
- ✖️ Yes, I have the time, but I don't know how to start. I would need guidance.
- ✖️ No, I dont have the time, but I can support (using donations) development.
- ✖️ No, I dont have the time and Im okay to wait for the community / maintainers to resolve this issue.
<!--
Remember that first-time contributors are welcome! 🙌
-->
- [ ] Yes, I have the time, and I know how to start.
- [ ] Yes, I have the time, but I don't know how to start. I would need guidance.
- [ ] No, I don't have the time, although I believe I could do it if I had the time...
- [ ] No, I don't have the time and I wouldn't even know how to start.
<!--
👋 Have a great day and thank you for the bug report!
-->

View File

@ -47,43 +47,17 @@ assignees: ''
-->
### Relevant Database Driver(s)
<!--
Please include the relevant database drivers to your feature, if any.
-->
- [ ] `aurora-data-api`
- [ ] `aurora-data-api-pg`
- [ ] `better-sqlite3`
- [ ] `cockroachdb`
- [ ] `cordova`
- [ ] `expo`
- [ ] `mongodb`
- [ ] `mysql`
- [ ] `nativescript`
- [ ] `oracle`
- [ ] `postgres`
- [ ] `react-native`
- [ ] `sap`
- [ ] `sqlite`
- [ ] `sqlite-abstract`
- [ ] `sqljs`
- [ ] `sqlserver`
### Are you willing to resolve this issue by submitting a Pull Request?
<!-- Put "✅" (:white_check_mark:) to one of these options, left "✖️" (:heavy_multiplication_x:) others: -->
- ✅ Yes, I have the time, and I know how to start.
- ✖️ Yes, I have the time, but I don't know how to start. I would need guidance.
- ✖️ No, I dont have the time, but I can support (using donations) development.
- ✖️ No, I dont have the time and Im okay to wait for the community / maintainers to resolve this issue.
<!--
Remember that first-time contributors are welcome! 🙌
-->
- [ ] Yes, I have the time, and I know how to start.
- [ ] Yes, I have the time, but I don't know how to start. I would need guidance.
- [ ] No, I don't have the time, although I believe I could do it if I had the time...
- [ ] No, I don't have the time and I wouldn't even know how to start.
<!--
👋 Have a great day and thank you for the documentation problem report!
-->

View File

@ -59,41 +59,40 @@ assignees: ''
### Relevant Database Driver(s)
<!--
Please include the relevant database drivers to your feature, if any.
-->
<!-- Put "yes" instead of "no" to your issue's relevant databases -->
- [ ] `aurora-data-api`
- [ ] `aurora-data-api-pg`
- [ ] `better-sqlite3`
- [ ] `cockroachdb`
- [ ] `cordova`
- [ ] `expo`
- [ ] `mongodb`
- [ ] `mysql`
- [ ] `nativescript`
- [ ] `oracle`
- [ ] `postgres`
- [ ] `react-native`
- [ ] `sap`
- [ ] `sqlite`
- [ ] `sqlite-abstract`
- [ ] `sqljs`
- [ ] `sqlserver`
| DB Type | Relevant |
| --- | --- |
| `aurora-data-api` | no |
| `aurora-data-api-pg` | no |
| `better-sqlite3` | no |
| `cockroachdb` | no |
| `cordova` | no |
| `expo` | no |
| `mongodb` | no |
| `mysql` | no |
| `nativescript` | no |
| `oracle` | no |
| `postgres` | no |
| `react-native` | no |
| `sap` | no |
| `sqlite` | no |
| `sqlite-abstract` | no |
| `sqljs` | no |
| `sqlserver` | no |
### Are you willing to resolve this issue by submitting a Pull Request?
<!-- Put "✅" (:white_check_mark:) to one of these options, left "✖️" (:heavy_multiplication_x:) others: -->
- ✅ Yes, I have the time, and I know how to start.
- ✖️ Yes, I have the time, but I don't know how to start. I would need guidance.
- ✖️ No, I dont have the time, but I can support (using donations) development.
- ✖️ No, I dont have the time and Im okay to wait for the community / maintainers to resolve this issue.
<!--
Remember that first-time contributors are welcome! 🙌
-->
- [ ] Yes, I have the time, and I know how to start.
- [ ] Yes, I have the time, but I don't know how to start. I would need guidance.
- [ ] No, I don't have the time, although I believe I could do it if I had the time...
- [ ] No, I don't have the time and I wouldn't even know how to start.
<!--
👋 Have a great day and thank you for the feature request!
-->