From ff4d9b3e2f1c663a9357d418499768ae4f5aee49 Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 16:48:42 +0530 Subject: [PATCH 01/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index baa5122..1b6637a 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -6,22 +6,14 @@ assignees: - octocat body: - - - - - type: markdown - attributes: - value: | - Thank you for taking the time to fill out this C2SIM Issue! - - - type: checkboxes - id: consent + - type: input + id: contactemail attributes: - label: Consent for contact - description: By submitting this issue, you agree to be contacted in relation to this issue - options: - - label: I agree to be contacted in relation to this issue - validations: - required: true + label: Contact Email + description: Contact Email Address + placeholder: ex: email@example.com + validations: + required: true + From 8fa851c57a07fa333b81f360dca649938ec9466c Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 16:50:27 +0530 Subject: [PATCH 02/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index 1b6637a..c2caf48 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -5,15 +5,15 @@ labels: ["issue", "triage"] assignees: - octocat body: - - - type: input - id: contactemail + - type: markdown attributes: - label: Contact Email - description: Contact Email Address - placeholder: ex: email@example.com + value: | + Thank you for taking the time to fill out this C2SIM Issue! + - type: input + id: submitterName + attributes: + label: Submitter Name + description: Submitter Name(s) + placeholder: Submitter Name(s) validations: required: true - - - From 54d9f46092c88405a310003ed51d42c8f3370c7b Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 16:51:03 +0530 Subject: [PATCH 03/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index c2caf48..a90253f 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -5,10 +5,6 @@ labels: ["issue", "triage"] assignees: - octocat body: - - type: markdown - attributes: - value: | - Thank you for taking the time to fill out this C2SIM Issue! - type: input id: submitterName attributes: From 4e285b2b9c9ac04931194a8fe74d03e330600229 Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 16:51:27 +0530 Subject: [PATCH 04/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index a90253f..1f9d639 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -5,11 +5,15 @@ labels: ["issue", "triage"] assignees: - octocat body: - - type: input - id: submitterName + - type: markdown attributes: - label: Submitter Name - description: Submitter Name(s) - placeholder: Submitter Name(s) + value: | + Thanks for taking the time to fill out this bug report! + - type: input + id: contact + attributes: + label: Contact Details + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com validations: - required: true + required: false From 88527a0d425007a62acaa3b67e672face8f32036 Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 16:52:02 +0530 Subject: [PATCH 05/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index 1f9d639..21edcb5 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -8,7 +8,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this bug report! + Thank you for taking the time to fill out this C2SIM Issue! - type: input id: contact attributes: From 2ac11b992538da46572c8169a1711c82227e9407 Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 16:52:23 +0530 Subject: [PATCH 06/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index 21edcb5..d4f4df4 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -17,3 +17,11 @@ body: placeholder: ex. email@example.com validations: required: false + - type: input + id: submitterName + attributes: + label: Submitter Name + description: Submitter Name(s) + placeholder: Submitter Name(s) + validations: + required: true From 92d5224f35a5b7e9afede5d2ec89ac33c5ee4550 Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 16:52:45 +0530 Subject: [PATCH 07/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index d4f4df4..c22f59b 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -17,7 +17,7 @@ body: placeholder: ex. email@example.com validations: required: false - - type: input + - type: input id: submitterName attributes: label: Submitter Name From 3815f6adcf284c436abecbbfcfb1d208c41930c8 Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 16:53:33 +0530 Subject: [PATCH 08/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index c22f59b..c3aabda 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -9,14 +9,16 @@ body: attributes: value: | Thank you for taking the time to fill out this C2SIM Issue! - - type: input - id: contact + - type: dropdown + id: type attributes: - label: Contact Details - description: How can we get in touch with you if we need more info? - placeholder: ex. email@example.com + label: Issue Type + description: WIs this a Problem report or a change request + options: + - Problem Report + - Change Request validations: - required: false + required: true - type: input id: submitterName attributes: From 835142cb61150ab4d09202b2b9281514e6b2c6bb Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 16:54:28 +0530 Subject: [PATCH 09/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index c3aabda..36a6ec6 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -15,8 +15,8 @@ body: label: Issue Type description: WIs this a Problem report or a change request options: - - Problem Report - - Change Request + - Problem Report (Default) + - Change Request (Edge) validations: required: true - type: input From 49330540dbf01c62f10780bff7e4bdb641a99f3e Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 16:55:38 +0530 Subject: [PATCH 10/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index 36a6ec6..e957042 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -15,8 +15,8 @@ body: label: Issue Type description: WIs this a Problem report or a change request options: - - Problem Report (Default) - - Change Request (Edge) + - Problem Report + - Change Request validations: required: true - type: input @@ -27,3 +27,11 @@ body: placeholder: Submitter Name(s) validations: required: true + - type: input + id: contactemail + attributes: + label: Contact Email + description: Contact Email Address + placeholder: ex: email@example.com + validations: + required: true From a46b1fe513c2e6c1c56abe00e8dc9d4a9f9f8186 Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 16:56:26 +0530 Subject: [PATCH 11/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index e957042..e3279eb 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -27,7 +27,7 @@ body: placeholder: Submitter Name(s) validations: required: true - - type: input + - type: input id: contactemail attributes: label: Contact Email From ed91630bbbd990b3398705be394057e7bbc2225d Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 16:57:34 +0530 Subject: [PATCH 12/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index e3279eb..e48dd62 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -32,6 +32,6 @@ body: attributes: label: Contact Email description: Contact Email Address - placeholder: ex: email@example.com + placeholder: ex. email@example.com validations: required: true From 72c8c94206f79acabed5ac1a1ad785fbaa526174 Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 17:00:06 +0530 Subject: [PATCH 13/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index e48dd62..65b13d2 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -35,3 +35,12 @@ body: placeholder: ex. email@example.com validations: required: true + - type: input + id: submitterorg + attributes: + label: Submitter Organization + description: Submitter Organization + placeholder: + validations: + required: true + From ece68dc606f4043a89bb6e223cbcb99434180b80 Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 17:00:56 +0530 Subject: [PATCH 14/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index 65b13d2..c556084 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -35,7 +35,7 @@ body: placeholder: ex. email@example.com validations: required: true - - type: input + - type: input id: submitterorg attributes: label: Submitter Organization From 649168cab2efba5ab3208e6edc17bbe5e2c1c4af Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 17:01:34 +0530 Subject: [PATCH 15/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index c556084..1d7886c 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -43,4 +43,13 @@ body: placeholder: validations: required: true + - type: input + id: submitdate + attributes: + label: Date of Submission + description: Date of Submission + placeholder: ex: 01 January 2023 + validations: + required: true + From de5fe35c5bb781b864bb461d7053d094d463c9ce Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 17:02:00 +0530 Subject: [PATCH 16/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index 1d7886c..c8bb02c 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -48,7 +48,7 @@ body: attributes: label: Date of Submission description: Date of Submission - placeholder: ex: 01 January 2023 + placeholder: ex. 01 January 2023 validations: required: true From 1667e2280ef4e56d4476afd6e0914833bac0ad63 Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 17:03:02 +0530 Subject: [PATCH 17/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index c8bb02c..21ab0fb 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -51,5 +51,33 @@ body: placeholder: ex. 01 January 2023 validations: required: true + - type: dropdown + id: type + attributes: + label: Product + description: To which product does this issue pertain? + options: + - C2SIM Core + - SMX + - LOX + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + description: Please provide a detailed description + placeholder: Issue description + validations: + required: true + - type: checkboxes + id: consent + attributes: + label: Consent for contact + description: By submitting this issue, you agree to be contacted in relation to this issue + options: + - label: I agree to be contacted in relation to this issue + required: true + From cbef478b474fc6752364d59b7ab600fa9dffaeb5 Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 17:03:49 +0530 Subject: [PATCH 18/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index 21ab0fb..3777f16 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -70,14 +70,7 @@ body: placeholder: Issue description validations: required: true - - type: checkboxes - id: consent - attributes: - label: Consent for contact - description: By submitting this issue, you agree to be contacted in relation to this issue - options: - - label: I agree to be contacted in relation to this issue - required: true + From 74bf04aa9130065926e0f9ca6aae60bcead6202f Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 17:04:50 +0530 Subject: [PATCH 19/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index 3777f16..5d42dc4 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -10,10 +10,10 @@ body: value: | Thank you for taking the time to fill out this C2SIM Issue! - type: dropdown - id: type + id: issuetype attributes: label: Issue Type - description: WIs this a Problem report or a change request + description: Is this a Problem report or a change request options: - Problem Report - Change Request @@ -52,7 +52,7 @@ body: validations: required: true - type: dropdown - id: type + id: producttype attributes: label: Product description: To which product does this issue pertain? From 561a181bec75aadfe3a46d2abb54a155c9438033 Mon Sep 17 00:00:00 2001 From: drssingapo Date: Tue, 16 May 2023 17:06:58 +0530 Subject: [PATCH 20/20] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index 5d42dc4..a730bf9 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -69,7 +69,15 @@ body: description: Please provide a detailed description placeholder: Issue description validations: - required: true + required: true + - type: checkboxes + id: terms + attributes: + label: Consent + description: By submitting this issue, you agree to be contacted regarding this issue + options: + - label: I agree to be contacted regarding this issue + required: true