From 52474109b11457a57a0c33fae1e5ef4db2cc72a3 Mon Sep 17 00:00:00 2001 From: minghangli-uni Date: Tue, 27 Aug 2024 12:04:35 +1000 Subject: [PATCH 1/4] Parameter Testing issue template --- .github/ISSUE_TEMPLATE/parameter-testing.yml | 38 ++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/parameter-testing.yml diff --git a/.github/ISSUE_TEMPLATE/parameter-testing.yml b/.github/ISSUE_TEMPLATE/parameter-testing.yml new file mode 100644 index 0000000..57775c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/parameter-testing.yml @@ -0,0 +1,38 @@ +name: Parameter Testing +description: Template for tracking parameter testing issues +title: "[Parameter Testing] " +labels: "Parameter-testing" +assignees: [optional-assignee] +body: + - type: markdown + attributes: + value: | + Please fill out the sections below to clearly and concisely describe: + 1. the parameter(s) tested, + 2. the exact version of the test tool (Expts_manager) used. + + - type: textarea + attributes: + label: Parameter Tests Description + placeholder: "including a short description and Parameter Name(s): Value(s) Tested" + validations: + required: true + + - type: input + attributes: + label: Expts_manager Version + placeholder: Git URL or commit hash used + validations: + required: true + + - type: textarea + attributes: + label: YAML input file + placeholder: Copy the yaml input file used + validations: + required: true + + - type: textarea + attributes: + label: Additional Information + placeholder: Any other relevant information... From a0ffbe938ae96c8d93e0a011a62c1fd71edd667b Mon Sep 17 00:00:00 2001 From: "minghang.li" Date: Tue, 27 Aug 2024 15:04:27 +1000 Subject: [PATCH 2/4] Update .github/ISSUE_TEMPLATE/parameter-testing.yml Co-authored-by: Dougie Squire <42455466+dougiesquire@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/parameter-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/parameter-testing.yml b/.github/ISSUE_TEMPLATE/parameter-testing.yml index 57775c4..c6678e8 100644 --- a/.github/ISSUE_TEMPLATE/parameter-testing.yml +++ b/.github/ISSUE_TEMPLATE/parameter-testing.yml @@ -21,7 +21,7 @@ body: - type: input attributes: label: Expts_manager Version - placeholder: Git URL or commit hash used + placeholder: Git URL including commit hash validations: required: true From cf1ec49005424512ff527e829aacd4366d363686 Mon Sep 17 00:00:00 2001 From: "minghang.li" Date: Tue, 27 Aug 2024 15:06:17 +1000 Subject: [PATCH 3/4] Update .github/ISSUE_TEMPLATE/parameter-testing.yml Co-authored-by: Dougie Squire <42455466+dougiesquire@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/parameter-testing.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/parameter-testing.yml b/.github/ISSUE_TEMPLATE/parameter-testing.yml index c6678e8..c2e3283 100644 --- a/.github/ISSUE_TEMPLATE/parameter-testing.yml +++ b/.github/ISSUE_TEMPLATE/parameter-testing.yml @@ -28,7 +28,10 @@ body: - type: textarea attributes: label: YAML input file - placeholder: Copy the yaml input file used + placeholder: + ```yaml + Copy the yaml input file used + ``` validations: required: true From d5cda938df716d6777d0e28a7771df0b2d23d9ea Mon Sep 17 00:00:00 2001 From: "minghang.li" Date: Tue, 27 Aug 2024 15:08:40 +1000 Subject: [PATCH 4/4] Update .github/ISSUE_TEMPLATE/parameter-testing.yml --- .github/ISSUE_TEMPLATE/parameter-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/parameter-testing.yml b/.github/ISSUE_TEMPLATE/parameter-testing.yml index c2e3283..afdd3bc 100644 --- a/.github/ISSUE_TEMPLATE/parameter-testing.yml +++ b/.github/ISSUE_TEMPLATE/parameter-testing.yml @@ -28,7 +28,7 @@ body: - type: textarea attributes: label: YAML input file - placeholder: + placeholder: | ```yaml Copy the yaml input file used ```