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/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Hi! I’m really excited that you are interested in contributing to Quasar. Befo
12
12
13
13
- The issue list of this repo is **exclusively** for bug reports and feature requests. Non-conforming issues will be closed immediately.
14
14
15
-
- For simple beginner questions, you can get quick answers from the [Quasar Discord chat](http://chat.quasar-framework.org).
15
+
- For simple beginner questions, you can get quick answers from the [Quasar Discord chat](https://chat.quasar.dev).
16
16
17
-
- For more complicated questions, you can use [the official forum](https://forum.quasar-framework.org/). Make sure to provide enough information when asking your questions - this makes it easier for others to help you!
17
+
- For more complicated questions, you can use [the official forum](https://forum.quasar.dev/). Make sure to provide enough information when asking your questions - this makes it easier for others to help you!
18
18
19
19
- Try to search for your issue, it may have already been answered or even fixed in the development branch (`dev`).
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.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
@@ -27,7 +27,7 @@ If yes, please describe the impact and migration path for existing applications:
27
27
-[ ] It's submitted to the `dev` branch and _not_ the `master` branch
28
28
-[ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix: #xxx[,#xxx]`, where "xxx" is the issue number)
29
29
-[ ] It's been tested with all Quasar themes
30
-
-[ ] Any necessary documentation has been added or updated [in the docs](https://github.com/quasarframework/quasar-framework.org/tree/dev/source) (for faster update click on "Suggest an edit on GitHub" at bottom of page) or explained in the PR's description.
30
+
-[ ] Any necessary documentation has been added or updated [in the docs](https://github.com/quasarframework/quasar/tree/dev/docs) (for faster update click on "Suggest an edit on GitHub" at bottom of page) or explained in the PR's description.
31
31
32
32
If adding a **new feature**, the PR's description includes:
33
33
-[ ] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)
Please submit a PR to https://github.com/quasarframework/quasar-awesome with your website/app/Quasar tutorial/video etc. Thank you!
14
14
@@ -40,27 +40,21 @@ Your Vue config (in package.json or vue.config.js file, depending on what you ch
40
40
## Supporting Quasar
41
41
Quasar Framework is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome [backers](https://github.com/rstoenescu/quasar-framework/blob/dev/backers.md). If you'd like to join them, check out [Quasar Framework's Patreon campaign](https://www.patreon.com/quasarframework).
@@ -70,7 +64,7 @@ I'm excited if you want to contribute to Quasar under any form (report bugs, wri
70
64
71
65
**Please use the appropriate Github repo to report issues. See "Related Components" above.** For example, a bug related to CLI should be reported to the CLI repo, one related to build issues to Quasar Framework Templates repo and so on.
72
66
73
-
- The issue list of the repository is **exclusively** for bug reports and feature requests. For anything else please use the [Community Forum](http://forum.quasar-framework.org).
67
+
- The issue list of the repository is **exclusively** for bug reports and feature requests. For anything else please use the [Community Forum](https://forum.quasar.dev).
74
68
75
69
- Try to search for your issue, it may have already been fixed in the development branch or it may have a resolution.
76
70
@@ -80,8 +74,6 @@ I'm excited if you want to contribute to Quasar under any form (report bugs, wri
80
74
81
75
- 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.
82
76
83
-
Read more [here](http://quasar-framework.org/guide/quasar-contribution-guide.html).
0 commit comments