Skip to content

Commit b649f6b

Browse files
committed
docs: add issue helper
1 parent 5e8266c commit b649f6b

File tree

3 files changed

+13
-21
lines changed

3 files changed

+13
-21
lines changed

.github/ISSUE_TEMPLATE.md

+11-19
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
1-
### 请严格按照如下模板反馈bug,尤其是复现bug的demo链接,不合规范的issue会被立刻关闭!!!
1+
<!--
2+
IMPORTANT: Please use the following link to create a new issue:
23
3-
- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design/issues) of this repository and believe that this is not a duplicate.
4+
https://vuecomponent.github.io/vue-antd-issue-helper/
45
5-
### Version
6-
...
6+
If your issue was not created using the app above, it will be closed immediately.
7+
-->
78

8-
### Environment
9-
...
9+
<!--
10+
注意:请使用下面的链接来新建 issue:
1011
11-
### Reproduction link
12-
[example](https://codesandbox.io/s/2wpk21kzvr)
12+
https://vuecomponent.github.io/vue-antd-issue-helper/
13+
国内镜像:http://tangjinzhou.gitee.io/vue-antd-issue-helper/
1314
14-
### Steps to reproduce
15-
..
16-
17-
### What is expected?
18-
...
19-
20-
### What is actually happening?
21-
...
22-
23-
---
24-
...
15+
不是用上面的链接创建的 issue 会被立即关闭。
16+
-->

docs/vue/introduce.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ import 'vue-antd-ui/dist/antd.css'; // or 'vue-antd-ui/dist/antd.less'
127127
## Contributing
128128

129129

130-
If you'd like to help us improve antd, just create a [Pull Request](https://github.com/vueComponent/ant-design/pulls). Feel free to report bugs and issues [here](https://github.com/vueComponent/ant-design/issues).
130+
If you'd like to help us improve antd, just create a [Pull Request](https://github.com/vueComponent/ant-design/pulls). Feel free to report bugs and issues [here](https://vuecomponent.github.io/vue-antd-issue-helper/).
131131

132132
> If you're new to posting issues, we ask that you read [*How To Ask Questions The Smart Way*](http://www.catb.org/~esr/faqs/smart-questions.html) and [How to Ask a Question in Open Source Community](https://github.com/seajs/seajs/issues/545) and [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) prior to posting. Well written bug reports help us help you!
133133

docs/vue/introduce.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ import 'vue-antd-ui/dist/antd.css'; // or 'vue-antd-ui/dist/antd.less'
126126

127127
## 如何贡献
128128

129-
如果你希望参与贡献,欢迎 [Pull Request](https://github.com/vueComponent/ant-design/pulls),或给我们 [报告 Bug](https://github.com/vueComponent/ant-design/issues)
129+
如果你希望参与贡献,欢迎 [Pull Request](https://github.com/vueComponent/ant-design/pulls),或给我们 [报告 Bug](https://vuecomponent.github.io/vue-antd-issue-helper/)([国内镜像](http://tangjinzhou.gitee.io/vue-antd-issue-helper/))。
130130

131131
> 强烈推荐阅读 [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)[《如何向开源社区提问题》](https://github.com/seajs/seajs/issues/545)[《如何有效地报告 Bug》](http://www.chiark.greenend.org.uk/%7Esgtatham/bugs-cn.html)[《如何向开源项目提交无法解答的问题》](https://zhuanlan.zhihu.com/p/25795393),更好的问题更容易获得帮助。
132132

0 commit comments

Comments
 (0)