diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4cf601506..d24e90046 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,16 +6,17 @@ body: attributes: value: | Please use a template below to create a minimal reproduction - 👉 https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz - 👉 https://codesandbox.io/s/github/nuxt/starter/tree/v3-codesandbox + 👉 https://pinia-orm-play.codedredd.de/ (pinia-orm playground, pick this if you are not using nuxt) + 👉 https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitzk (basic nuxt on stackblitz) + 👉 https://codesandbox.io/s/github/nuxt/starter/tree/v3-codesandbox (basic nuxt on codesandbox) - type: textarea id: bug-env attributes: label: Environment - description: You can use e.g. `npx nuxi info` for nuxt to fill this section + description: Put *playground* when in the playground. Otherwise you could use `npx nuxi info` for nuxt to fill this section. placeholder: Environment validations: - required: true + required: false - type: textarea id: reproduction attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 80afe0622..92217d5f2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -21,7 +21,6 @@ body: description: Additional information that helps us decide how to proceed. options: - label: Would you be willing to help implement this feature? - - label: Could this feature be implemented as a module? - type: checkboxes id: required-info attributes: