UNPKG

1.35 kBMarkdownView Raw
1<!--
2PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
3
4ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
5-->
6
7## I'm submitting a...
8<!--
9Please search GitHub for a similar issue or PR before submitting.
10Check one of the following options with "x" -->
11<pre><code>
12[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
13[ ] Bug report
14[ ] Feature request
15[ ] Documentation issue or request
16[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
17</code></pre>
18
19## Current behavior
20<!-- Describe how the issue manifests. -->
21
22
23## Expected behavior
24<!-- Describe what the desired behavior would be. -->
25
26
27## Minimal reproduction of the problem with instructions
28<!-- Please share a repo, a gist, or step-by-step instructions. -->
29
30## What is the motivation / use case for changing the behavior?
31<!-- Describe the motivation or the concrete use case. -->
32
33
34## Environment
35
36<pre><code>
37Nest version: X.Y.Z
38<!-- Check whether this is still an issue in the most recent Nest version -->
39
40For Tooling issues:
41- Node version: XX <!-- run `node --version` -->
42- Platform: <!-- Mac, Linux, Windows -->
43
44Others:
45<!-- Anything else relevant? Operating system version, IDE, package manager, ... -->
46</code></pre>