Skip to content

Commit

Permalink
feat(template): support issue and PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
3fuyu committed Oct 1, 2018
1 parent 88864ab commit bc59939
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 4 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,15 @@
<!--
IMPORTANT: Please use the following link to create a new issue:
http://ng.mobile.ant.design/issue-helper/#/en
If your issue was not created using the app above, it will be closed immediately.
-->

<!--
注意:请使用下面的链接来新建 issue:
http://ng.mobile.ant.design/issue-helper/#/zh
不是用上面的链接创建的 issue 会被立即关闭。
-->
43 changes: 43 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,43 @@
## PR Checklist
Please check if your PR fulfills the following requirements:

- [ ] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd-mobile/blob/master/CONTRIBUTING.md#commit
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)


## PR Type
What kind of change does this PR introduce?

<!-- Please check the one that applies to this PR using "x". -->
```
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:
```

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->

Issue Number: N/A


## What is the new behavior?


## Does this PR introduce a breaking change?
```
[ ] Yes
[ ] No
```

<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->


## Other information
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -7,10 +7,6 @@ node_js:
env:
- TASK=pre-release
- TASK=test
- TASK=lint
- TASK=integration-cli
- TASK=integration-webpack
- TASK=integration-rollup
addons:
apt:
sources:
Expand Down

0 comments on commit bc59939

Please sign in to comment.