From 078ada5fd44688c5d3fa74cbb0f51734730f3ee5 Mon Sep 17 00:00:00 2001 From: Quinten Cabo Date: Mon, 11 Sep 2023 03:41:37 +0200 Subject: [PATCH 1/3] Added pinia-orm playground to reproduction links --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4cf601506..bf83a0d15 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,8 +6,9 @@ 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: From 29c44aff47fbe6c1b4e3f248b98256fe215d9fa2 Mon Sep 17 00:00:00 2001 From: Quinten Cabo Date: Mon, 11 Sep 2023 03:46:52 +0200 Subject: [PATCH 2/3] Removed confusing Could this feature be implemented as a module in feature request template. It is from nuxt and doesn't make sense in the pinia-orm repo --- .github/ISSUE_TEMPLATE/feature_request.yml | 1 - 1 file changed, 1 deletion(-) 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: From 07f3e7085cf5e578d607be0fac4f046704db28fb Mon Sep 17 00:00:00 2001 From: Quinten Cabo Date: Mon, 11 Sep 2023 03:51:24 +0200 Subject: [PATCH 3/3] Added playground suggestion to enviroment in bug report template and made it optional because somethings it is just not needed --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bf83a0d15..d24e90046 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,10 +13,10 @@ body: 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: