We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595123c commit d56f5e9Copy full SHA for d56f5e9
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,27 @@
1
+---
2
+name: Bug report
3
+about: Create a report to help us improve
4
+title: ''
5
+labels: bug
6
+assignees: gongzili456
7
+
8
9
10
+**Describe the bug (问题描述)**
11
+A clear and concise description of what the bug is.
12
+清晰具体的描述和步骤重现,可以极大的加快您问题的解决速度!
13
14
+**Expected behavior(预期行为)**
15
+A clear and concise description of what you expected to happen.
16
17
+**Screenshots**
18
+If applicable, add screenshots to help explain your problem.
19
+一图胜千言,如果有截图,请添加至此。
20
21
+**依赖、环境的版本 (please complete the following information):**
22
+ - NestJS: [e.g. 6.15]
23
+ - @nestjs/swagger [e.g. 5.2.0]
24
+ - OpenAPI [e.g. 3.0.0]
25
26
+**Additional context(附加内容)**
27
+Add any other context about the problem here.
0 commit comments