From f1a860675cce36ec78b88d2c911e0348c873cc9e Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 8 Jul 2024 12:02:57 +0300 Subject: [PATCH] chore: update docs issue template (#8012) Update the documentation issues template to ask for the Medusa version. --- .github/ISSUE_TEMPLATE/docs.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index b83874e43e..33811c9167 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -14,6 +14,14 @@ body: - Contribution Guidelines: https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md - Documentation: https://docs.medusajs.com/ + - type: dropdown + attributes: + label: "What Medusa version and documentation are you using?" + options: + - v1 + - v2 + validations: + required: true - type: checkboxes attributes: label: Preliminary Checks @@ -45,4 +53,4 @@ body: description: If you're interested in not only reporting this issue but also fix it, check the box below. options: - label: "I would like to fix this issue" - required: false \ No newline at end of file + required: false