Skip to content

Commit 577b5ee

Browse files
committed
chore: add issue template
1 parent a98dfa4 commit 577b5ee

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed

.github/ISSUE_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
IMPORTANT: Please use the following link to create a new issue:
3+
4+
https://ng.ant.design/issue-helper/#/en
5+
6+
If your issue was not created using the app above, it will be closed immediately.
7+
-->
8+
9+
<!--
10+
注意:请使用下面的链接来新建 issue:
11+
12+
https://ng.ant.design/issue-helper/#/zh
13+
14+
不是用上面的链接创建的 issue 会被立即关闭。
15+
-->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: "⚠️ Please use ng.ant.design/issue-helper ⚠️"
3+
about: The issue which is not created via https://ng.ant.design/issue-helper/#/en will be closed
4+
immediately.
5+
labels:
6+
7+
---
8+
9+
The issue which is not created via https://ng.ant.design/issue-helper/#/en will be closed immediately.
10+
11+
---
12+
13+
注意:不是用 https://ng.ant.design/issue-helper/#/zh 创建的 issue 会被立即关闭。

.github/PULL_REQUEST_TEMPLATE.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
## PR Checklist
2+
Please check if your PR fulfills the following requirements:
3+
4+
- [ ] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/CONTRIBUTING.md#commit
5+
- [ ] Tests for the changes have been added (for bug fixes / features)
6+
- [ ] Docs have been added / updated (for bug fixes / features)
7+
8+
9+
## PR Type
10+
What kind of change does this PR introduce?
11+
12+
<!-- Please check the one that applies to this PR using "x". -->
13+
```
14+
[ ] Bugfix
15+
[ ] Feature
16+
[ ] Code style update (formatting, local variables)
17+
[ ] Refactoring (no functional changes, no api changes)
18+
[ ] Build related changes
19+
[ ] CI related changes
20+
[ ] Documentation content changes
21+
[ ] Application (the showcase website) / infrastructure changes
22+
[ ] Other... Please describe:
23+
```
24+
25+
## What is the current behavior?
26+
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
27+
28+
Issue Number: N/A
29+
30+
31+
## What is the new behavior?
32+
33+
34+
## Does this PR introduce a breaking change?
35+
```
36+
[ ] Yes
37+
[ ] No
38+
```
39+
40+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
41+
42+
43+
## Other information

0 commit comments

Comments
 (0)