forked from nestjs/nest
-
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.
Merge branch 'master' of https://github.com/nestjs/nest
- Loading branch information
Showing
63 changed files
with
764 additions
and
672 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: "\U0001F41B Bug Report" | ||
about: "If something isn't working as expected \U0001F914." | ||
title: '' | ||
labels: 'type: potential issue :broken_heart:,needs triage' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Bug Report | ||
|
||
## Current behavior | ||
<!-- Describe how the issue manifests. --> | ||
|
||
## Input Code | ||
<!-- REPL or Repo link if applicable: --> | ||
|
||
```ts | ||
const your = (code) => here; | ||
``` | ||
|
||
## Expected behavior | ||
<!-- A clear and concise description of what you expected to happen (or code). --> | ||
|
||
## Possible Solution | ||
<!--- Only if you have suggestions on a fix for the bug --> | ||
|
||
## Environment | ||
|
||
<pre><code> | ||
Nest version: X.Y.Z | ||
<!-- Check whether this is still an issue in the most recent Nest version --> | ||
|
||
For Tooling issues: | ||
- Node version: XX <!-- run `node --version` --> | ||
- Platform: <!-- Mac, Linux, Windows --> | ||
|
||
Others: | ||
<!-- Anything else relevant? Operating system version, IDE, package manager, ... --> | ||
</code></pre> | ||
|
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: "\U0001F680 Feature Request" | ||
about: "I have a suggestion \U0001F63B!" | ||
title: '' | ||
labels: 'type: enhancement :wolf:,needs triage' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Feature Request | ||
|
||
## Is your feature request related to a problem? Please describe. | ||
<!-- A clear and concise description of what the problem is. Ex. I have an issue when [...] --> | ||
|
||
## Describe the solution you'd like | ||
<!-- A clear and concise description of what you want to happen. Add any considered drawbacks. --> | ||
|
||
## Teachability, Documentation, Adoption, Migration Strategy | ||
<!-- If you can, explain how users will be able to use this and possibly write out a version the docs. Maybe a screenshot or design? --> | ||
|
||
## What is the motivation / use case for changing the behavior? | ||
<!-- Describe the motivation or the concrete use case. --> |
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
name: "\U0001F4A5 Regression" | ||
about: Report an unexpected while upgrading your Nest application! | ||
title: '' | ||
labels: 'type: bug :sob:,needs triage' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Regression | ||
|
||
<!-- First check out: https://docs.nestjs.com/migration-guide --> | ||
|
||
## Potential Commit/PR that introduced the regression** | ||
<!-- If you have time to investigate, what PR/date introduced this issue. --> | ||
|
||
## Describe the regression | ||
<!-- A clear and concise description of what the regression is. --> | ||
|
||
## Input Code | ||
<!--- If you have link to our REPL or a standalone repo please link that! --> | ||
|
||
```ts | ||
const your = (code) => here; | ||
``` | ||
|
||
## Expected behavior/code | ||
<!-- A clear and concise description of what you expected to happen (or code). --> | ||
|
||
## Environment | ||
<pre><code> | ||
Nest version: A.B.C -> X.Y.Z | ||
|
||
For Tooling issues: | ||
- Node version: XX <!-- run `node --version` --> | ||
- Platform: <!-- Mac, Linux, Windows --> | ||
|
||
Others: | ||
<!-- Anything else relevant? Operating system version, IDE, package manager, ... --> | ||
</code></pre> |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: "\U0001F917 Support Question" | ||
about: "If you have a question \U0001F4AC, please check out our Discord or StackOverflow!" | ||
title: '' | ||
labels: 'type: question 🙌,needs triage' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks! 😁. --> | ||
|
||
* Discord Community Chat: https://discord.gg/G7Qnnhy | ||
* StackOverflow: https://stackoverflow.com/questions/tagged/nestjs using the tag `nestjs` | ||
* Twitter: If it's just a quick question you can ping our Twitter: https://twitter.com/nestframework |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.