Skip to content

Commit 858a516

Browse files
committed
chore: Update issue template
1 parent 95af5b4 commit 858a516

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ Got a question?
44
===
55
The issue list of this repo is **exclusively** for bug reports and feature requests. For simple questions, please use the following resources:
66
7-
- Read the docs: https://quasar-framework.org
7+
- Read the docs: https://v1.quasar-framework.org
88
- For simple/quick questions ask on the Discord chat room: http://chat.quasar-framework.org/
99
- For complex questions or requiring help, ask on the forum: https://forum.quasar-framework.org/
1010
1111
Reporting a bug?
1212
================
1313
- Are you sure it isn't already reported? Do a search first! It may have already been answered or even fixed in the development branch (`dev`).
1414
15+
- If you are reporting a bug for Quasar v1.0+, then please try to include a forked JsFiddle/Codepen: https://jsfiddle.net/rstoenescu/rmaodk0f or https://codepen.io/rstoenescu/pen/VgQbdx
16+
1517
- If you are reporting a bug for Quasar v0.15+, then please try to include a forked JsFiddle/Codepen from one of these: https://jsfiddle.net/rstoenescu/waugrryy/ (jsFiddle - Material theme) or https://jsfiddle.net/rstoenescu/7gu065yg/ (jsFiddle - iOS theme) or https://codepen.io/rstoenescu/pen/KQRZJg (Codepen - Material theme) or https://codepen.io/rstoenescu/pen/paVpBN (Codepen - iOS theme)
1618
1719
- Check if the issue is reproducible with the latest stable version of Quasar. If you are using a pre-release, please indicate the specific version you are using.
@@ -30,6 +32,7 @@ Remove the template from below and provide thoughtful commentary *and code sampl
3032

3133
<!-- You can use the `quasar info` command and copy paste it here -->
3234
Quasar:
35+
@quasar/app (v1+ only):
3336
OS:
3437
Node:
3538
NPM:
@@ -39,7 +42,9 @@ Android:
3942
Any other software related to your bug:
4043

4144
### JsFiddle
42-
<!-- Fork this https://jsfiddle.net/rstoenescu/waugrryy/ and fill it in here -->
45+
<!-- v1 only: Fork this https://jsfiddle.net/rstoenescu/rmaodk0f or https://codepen.io/rstoenescu/pen/VgQbdx and fill it in here -->
46+
47+
<!-- v0.15-17: fork this https://jsfiddle.net/rstoenescu/waugrryy/ and fill it in here -->
4348

4449
### What did you get as the error?
4550

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ I'm excited if you want to contribute to Quasar under any form (report bugs, wri
133133
- 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.
134134

135135
## Semver
136-
Until Quasar reaches a 1.0 release (soon), breaking changes will be released with a new minor version. For example 0.8.1, and 0.8.4 will have the same API, but 0.9.0 will have breaking changes.
136+
Quasar is following [Semantic Versioning 2.0](https://semver.org/).
137137

138138
## License
139139

docs/src/index.template.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
gtag('js', new Date());
99
gtag('config', 'UA-6317975-6');
1010
</script>
11-
<title><%= htmlWebpackPlugin.options.productName %></title>
1211

1312
<meta charset="utf-8">
1413
<meta name="description" content="<%= htmlWebpackPlugin.options.productDescription %>">

0 commit comments

Comments
 (0)