Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter Testing issue template #212

Merged
merged 4 commits into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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...