Skip to content

Commit f6f10fe

Browse files
committed
docs: improve issue template
1 parent 3e3e7bd commit f6f10fe

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Hi! I’m really excited that you are interested in contributing to Vue-infinite
2424

2525
- Issues with no clear repro steps will not be triaged. If an issue labeled "need repro" receives no further input from the issue author for more than 5 days, it will be closed.
2626

27-
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](https://jsfiddle.net/0uhj7epo/) that already includes the latest version of Vue-infinite-loading.
27+
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](https://jsfiddle.net/PeachScript/qax0dbnc/) that already includes the latest version of Vue-infinite-loading.
2828

2929
- If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.
3030

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
---
5+
16
<!--
2-
Reporting a bug?
3-
================
47
- Try to search for your issue, it may have already been answered or even fixed in the development version.
58
69
- Check if the issue is reproducible with the latest stable version of Vue-infinite-loading. If you are using a pre-release, please indicate the specific version you are using.
710
811
- It is **required** that you clearly describe the steps necessary to reproduce the issue you are running into. Issues with no clear repro steps will not be triaged. If an issue labeled "need repro" receives no further input from the issue author for more than 5 days, it will be closed.
912
10-
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](https://jsfiddle.net/0uhj7epo/) that already includes the latest version of Vue-infinite-loading.
13+
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](https://jsfiddle.net/PeachScript/qax0dbnc/) that already includes the latest version of Vue-infinite-loading.
1114
1215
- If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.
13-
14-
Have a feature request?
15-
=======================
16-
Remove the template from below and provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric.
1716
-->
1817

19-
<!-- BUG REPORT TEMPLATE -->
2018
### Version
2119

2220
### Vue.js version
2321

2422
### Reproduction Link
2523
<!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. -->
26-
<!-- You could start with this template: https://jsfiddle.net/0uhj7epo/ -->
24+
<!-- You could start with this template: https://jsfiddle.net/PeachScript/qax0dbnc/ -->
2725

2826
### Steps to reproduce
2927

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
---
5+
6+
<!--
7+
Please provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric.
8+
-->

0 commit comments

Comments
 (0)