-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parameter Testing issue template (#212)
Parameter Testing issue template Co-authored-by: Dougie Squire <42455466+dougiesquire@users.noreply.github.com>
- Loading branch information
1 parent
a498280
commit c9214a2
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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... |