You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,16 @@ Got a question?
4
4
===
5
5
The issue list of this repo is **exclusively** for bug reports and feature requests. For simple questions, please use the following resources:
6
6
7
-
- Read the docs: https://quasar-framework.org
7
+
- Read the docs: https://v1.quasar-framework.org
8
8
- For simple/quick questions ask on the Discord chat room: http://chat.quasar-framework.org/
9
9
- For complex questions or requiring help, ask on the forum: https://forum.quasar-framework.org/
10
10
11
11
Reporting a bug?
12
12
================
13
13
- 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`).
14
14
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
+
15
17
- 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)
16
18
17
19
- 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
30
32
31
33
<!-- You can use the `quasar info` command and copy paste it here -->
32
34
Quasar:
35
+
@quasar/app (v1+ only):
33
36
OS:
34
37
Node:
35
38
NPM:
@@ -39,7 +42,9 @@ Android:
39
42
Any other software related to your bug:
40
43
41
44
### 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 -->
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ I'm excited if you want to contribute to Quasar under any form (report bugs, wri
133
133
- 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.
134
134
135
135
## 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/).
0 commit comments