From c9214a250d065b13be8f942780ac0bf524fa6e77 Mon Sep 17 00:00:00 2001 From: "minghang.li" Date: Tue, 27 Aug 2024 16:09:28 +1000 Subject: [PATCH] Parameter Testing issue template (#212) Parameter Testing issue template Co-authored-by: Dougie Squire <42455466+dougiesquire@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/parameter-testing.yml | 41 ++++++++++++++++++++ 1 file changed, 41 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..afdd3bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/parameter-testing.yml @@ -0,0 +1,41 @@ +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 including commit hash + validations: + required: true + + - type: textarea + attributes: + label: YAML input file + placeholder: | + ```yaml + Copy the yaml input file used + ``` + validations: + required: true + + - type: textarea + attributes: + label: Additional Information + placeholder: Any other relevant information...