diff --git a/.github/ISSUE_TEMPLATE/bug-report--quasar-v1-.md b/.github/ISSUE_TEMPLATE/bug-report--quasar-v1-.md deleted file mode 100644 index 5b53ee7a35b..00000000000 --- a/.github/ISSUE_TEMPLATE/bug-report--quasar-v1-.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -name: Bug report (Quasar v1) -about: Create a report to help us improve Quasar v1 -title: '' -labels: ":beetle: bug, Qv1" -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**Codepen/jsFiddle/Codesandbox (required)** -Fork a Codepen (https://codepen.io/rstoenescu/pen/VgQbdx) or a jsFiddle (https://jsfiddle.net/rstoenescu/rmaodk0f) or a Codesandbox (https://codesandbox.io/s/github/quasarframework/quasar-codesandbox/tree/legacy-v1) and hit save then copy-paste link here. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Platform (please complete the following information):** -Quasar Version: -@quasar/app Version: - -Quasar mode: - - [ ] SPA - - [ ] SSR - - [ ] PWA - - [ ] Electron - - [ ] Cordova - - [ ] Capacitor - - [ ] BEX - -Tested on: - - [ ] SPA - - [ ] SSR - - [ ] PWA - - [ ] Electron - - [ ] Cordova - - [ ] Capacitor - - [ ] BEX - -OS: -Node: -NPM: -Yarn: -Browsers: -iOS: -Android: -Electron: - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report--quasar-v1.yml b/.github/ISSUE_TEMPLATE/bug-report--quasar-v1.yml new file mode 100644 index 00000000000..bf5b0c3e99b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report--quasar-v1.yml @@ -0,0 +1,138 @@ +name: Bug report (Quasar v1) +description: Create a bug report to help us improve +labels: ['kind/bug 🐞', 'Qv1'] + +# Note: Do NOT use commas(,) in options with 'multiple: true', the issue processing workflow won't be able to label it +body: + - type: markdown + attributes: + value: | + ### Read Before Proceeding Further + + This form is for submitting a **bug report** for Quasar Framework(**v1**). + So, if you are using another version, just seeking help, or want to submit a feature request, please return back and choose a more suitable option from the list. + + Also, please search your issue on the repo and make sure it does not already exist. + + Please fill out the form correctly according to the instructions, try to be as clear as possible, and provide as many details as possible, for our team to better understand the issue and resolve it faster. + Issues with an unclear description or lacking information have a lower priority. They may even get closed without taking action. + + Please also give a read to [Reporting an Issue | Contribution Guide](https://quasar.dev/contribution-guide/contribution-guide#reporting-an-issue) section of our docs for a more detailed explanation. + + Thanks for your understanding, we truly appreciate your effort to fill out this form! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Clearly and concisely explain the problem. + validations: + required: true + - type: textarea + id: expected-behavior + attributes: + label: What did you expect to happen? + validations: + required: true + - type: input + id: repro-url + attributes: + label: Reproduction URL + description: | + Fork a [Codepen](https://codepen.io/rstoenescu/pen/VgQbdx) or a [jsFiddle](https://jsfiddle.net/rstoenescu/rmaodk0f) or a [Codesandbox](https://codesandbox.io/s/github/quasarframework/quasar-codesandbox/tree/legacy-v1) and hit save then copy-paste the URL here. + _You can provide a GitHub repo only as a last resort. Keep in mind that it will be prioritized less as it makes the reproduction process slower._ + placeholder: https://codepen.io/rstoenescu/pen/VgQbdx + validations: + required: true + - type: textarea + id: repro-description + attributes: + label: How to reproduce? + description: Steps to reproduce the behavior. + placeholder: | + 1. Go to the provided reproduction link + 2. Click on '....' + 3. Scroll down to '....' + 4. See the error + validations: + required: true + - type: dropdown + id: flavour + attributes: + label: Flavour + description: Choose the Quasar flavour you are using. _The names between parentheses indicate the package names if applicable._ + options: + - Quasar CLI (@quasar/cli | @quasar/app) + - UMD + - Vue CLI Plugin (vue-cli-plugin-quasar) + validations: + required: true + - type: dropdown + id: areas + attributes: + label: Areas + description: Mark the areas in which you see the problem on. _The names between parentheses indicate the package names if applicable._ + multiple: true + options: + - Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app) + + - Components (quasar) + - Directives (quasar) + - Plugins (quasar) + - Style & Identity (quasar) + + - Quasar Extras (@quasar/extras) + - TypeScript Support + - App Extension API + # TODO: Consider creating a separate issue template for Icon Genie CLI as most of the info requested may not be relevant + - Icon Genie CLI (@quasar/icongenie) + + - SPA Mode + - SSR Mode + - PWA Mode + - Electron Mode + - Cordova Mode + - Capacitor Mode + - BEX Mode + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: Platforms/Browsers + description: Mark the platforms/browsers in which you see the problem on. _If you select `Other`, please explain it in `Additional context` section._ + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - Internet Explorer 11 + - iOS + - Android + - Electron + - Other + - type: textarea + id: q-info + attributes: + label: Quasar info output + description: | + Please run [`quasar info` command](https://quasar.dev/quasar-cli/commands-list#info), then copy and paste the output. + _This will be automatically formatted into code, so no need for backticks._ + render: shell + # TODO: Validate the format by using GitHub Actions, Probot, etc. + # TODO: Make this required if the flavour is Quasar CLI, by using GitHub Actions, Probot, etc. + # Consider adding separate controls to select important versions such as quasar, @quasar/app, vite, etc. to also respect the other flavours + # or add just the 'quasar' version(to cover UMD), then evolve `quasar info` command to cover most/all cases, and make people use `npx quasar info` for the environment and package information + - type: textarea + id: logs + attributes: + label: Relevant log output + description: | + Please copy and paste any relevant log output. + _This will be automatically formatted into code, so no need for backticks._ + render: shell + - type: textarea + id: additional-context + attributes: + label: Additional context + description: Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report--quasar-v2-.md b/.github/ISSUE_TEMPLATE/bug-report--quasar-v2-.md deleted file mode 100644 index e146e030c56..00000000000 --- a/.github/ISSUE_TEMPLATE/bug-report--quasar-v2-.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -name: Bug report (Quasar v2) -about: Create a report to help us improve Quasar v2 -title: '' -labels: ":beetle: bug, \U0001F51D Qv2" -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**Codepen/jsFiddle/Codesandbox (required or your issue may be closed)** -Fork a Codepen (https://codepen.quasar.dev) or a jsFiddle (https://jsfiddle.quasar.dev) or a Codesandbox (https://codesandbox.quasar.dev) and hit save then copy-paste link here. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Platform (please complete the following information):** -Quasar Version: -@quasar/app Version: - -Quasar mode: - - [ ] SPA - - [ ] SSR - - [ ] PWA - - [ ] Electron - - [ ] Cordova - - [ ] Capacitor - - [ ] BEX - - [ ] Vite Plugin - -Additonal Info: -- [ ] Typescript -- [ ] SFC usage with `