From 0898b4c844c31c057447794fffedc28193763639 Mon Sep 17 00:00:00 2001 From: Pawan Jain Date: Wed, 2 Aug 2023 18:27:25 +0530 Subject: [PATCH 1/4] feat: add few versions fields in bug template --- .github/ISSUE_TEMPLATE/bug_report.yml | 28 +++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 33f66a96573..f139eb8cbae 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -24,7 +24,7 @@ body: placeholder: "1. Go to '...' 2. Click on '....' 3. Scroll down to '....' - 4. See error" + 4. See the error" - type: textarea id: expected-behavior validations: @@ -41,6 +41,30 @@ body: label: "👎 Actual Behavior with Screenshots" description: "What did actually happen? Add screenshots, if applicable." placeholder: "It actually ..." + - type: input + id: novu-version + validations: + required: true + attributes: + label: Novu version + description: In case of self-hosting or local installation mention the Novu version like 0.17.0. If using our cloud-managed solution, mention Novu Saas. + placeholder: Novu Saas + - type: input + id: npm-version + validations: + required: true + attributes: + label: npm version + description: In case of self-hosting or local installation mention the npm version. If using our cloud-managed solution, mention NA. + placeholder: 7.0.0 + - type: input + id: node-version + validations: + required: true + attributes: + label: node version + description: In case of self-hosting or local installation mention the node version. If using our cloud-managed solution, mention NA. + placeholder: 16.0.0 - type: textarea id: additional-context validations: @@ -54,7 +78,7 @@ body: attributes: label: "👀 Have you spent some time to check if this bug has been raised before?" options: - - label: "I checked and didn't find similar issue" + - label: "I checked and didn't find a similar issue" required: true - type: checkboxes id: read-code-of-conduct From d6064a79f426df450f0431d2bd249ba1c2d06dce Mon Sep 17 00:00:00 2001 From: Pawan Jain Date: Wed, 2 Aug 2023 18:31:33 +0530 Subject: [PATCH 2/4] Update bug_report.yml --- .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 f139eb8cbae..626d787d9ff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -49,7 +49,7 @@ body: label: Novu version description: In case of self-hosting or local installation mention the Novu version like 0.17.0. If using our cloud-managed solution, mention Novu Saas. placeholder: Novu Saas - - type: input + - type: input id: npm-version validations: required: true @@ -57,7 +57,7 @@ body: label: npm version description: In case of self-hosting or local installation mention the npm version. If using our cloud-managed solution, mention NA. placeholder: 7.0.0 - - type: input + - type: input id: node-version validations: required: true From 30c618c25f8416382d03592a595527986e3188c1 Mon Sep 17 00:00:00 2001 From: Pawan Jain Date: Wed, 2 Aug 2023 18:32:33 +0530 Subject: [PATCH 3/4] Update bug_report.yml --- .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 626d787d9ff..2b3b181a161 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -47,8 +47,8 @@ body: required: true attributes: label: Novu version - description: In case of self-hosting or local installation mention the Novu version like 0.17.0. If using our cloud-managed solution, mention Novu Saas. - placeholder: Novu Saas + description: In case of self-hosting or local installation mention the Novu version like 0.17.0. If using our cloud-managed solution, mention Novu SaaS. + placeholder: Novu SaaS - type: input id: npm-version validations: From cf459a59b154205f82636143931510c9f5c1c3f0 Mon Sep 17 00:00:00 2001 From: Pawan Jain Date: Wed, 2 Aug 2023 18:36:23 +0530 Subject: [PATCH 4/4] fix --- .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 2b3b181a161..a5ea37cd2e3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -52,7 +52,7 @@ body: - type: input id: npm-version validations: - required: true + required: false attributes: label: npm version description: In case of self-hosting or local installation mention the npm version. If using our cloud-managed solution, mention NA. @@ -60,7 +60,7 @@ body: - type: input id: node-version validations: - required: true + required: false attributes: label: node version description: In case of self-hosting or local installation mention the node version. If using our cloud-managed solution, mention NA.