Skip to content

Commit

Permalink
chore(): referring to @nestjs/mapped-types instead of just "nest"
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed Sep 28, 2021
1 parent 2c7a0ef commit f46c191
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Expand Up @@ -67,9 +67,9 @@ body:
validations:
required: true
attributes:
label: "NestJS version"
label: "Package version"
description: |
Which version of `@nestjs/core` are you using?
Which version of `@nestjs/mapped-types` are you using?
**Tip**: Make sure that all of yours `@nestjs/*` dependencies are in sync!
placeholder: "8.1.3"

Expand Down
19 changes: 7 additions & 12 deletions .github/ISSUE_TEMPLATE/Regression.yml
Expand Up @@ -39,6 +39,13 @@ body:
description: "If you have time to investigate, what PR/date/version introduced this issue"
placeholder: "PR #123 or commit 5b3c4a4"

- type: input
validations:
required: true
attributes:
label: "`@nestjs/mapped-types` version"
placeholder: "8.1.0 -> 8.1.3"

- type: textarea
validations:
required: true
Expand Down Expand Up @@ -68,18 +75,6 @@ body:
label: "Expected behavior"
description: "A clear and concise description of what you expected to happend (or code)"

- type: markdown
attributes:
value: |
---
- type: input
validations:
required: true
attributes:
label: "NestJS version"
placeholder: "8.1.0 -> 8.1.3"

- type: textarea
attributes:
label: "Other"
Expand Down

0 comments on commit f46c191

Please sign in to comment.