Skip to content

Commit

Permalink
Parameter Testing issue template (#212)
Browse files Browse the repository at this point in the history
Parameter Testing issue template

Co-authored-by: Dougie Squire <[email protected]>
  • Loading branch information
minghangli-uni and dougiesquire authored Aug 27, 2024
1 parent a498280 commit c9214a2
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/parameter-testing.yml
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...

0 comments on commit c9214a2

Please sign in to comment.