Skip to content

Commit

Permalink
initial test of yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Peverley committed Apr 28, 2022
1 parent 76943eb commit 7258892
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
name: Bug Report
description: File a bug report
title: "Put bug title here!"
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: What are the steps to reproduce the bug?
description: How can we see this?
placeholder: ex. Sneeze twice and then do a 5-second jig
validations:
required: true
- type: input
id: case-directory
attributes: Path to a case directory, if applicable
description: The full path to a case in which the error occurred
placeholder: ex. /glade/scratch/3p0/where-could-he-be
validations:
required: false
- type: input
id: cam-tag
attributes:
label: CAM tag you are using
description: Type "git describe --tags" to see the tag
placeholder: ex. cam6_3_042
validations:
required: true
- type: dropdown
id: machine
attributes:
label: What machine were you running CAM on?
multiple: true
options:
- CISL machine (e.g. cheyenne)
- CGD machine (e.g. izumi)
- Docker container
- Personal Computer
- Other (please explain below)
validations:
required: true
- type: dropdown
id: compiler
attributes:
label: What compiler are you using?
multiple: true
options:
- Intel
- GNU
- NAG
- PGI
- Other (please specify below)
validations:
required: true
- type: textarea
id: extra-info
attributes:
label: Extra info
description: Please provide any additional information here that you think might be relevant
placeholder: ex. I am running CAM on izumi and I don't know what compiler I'm using.
validations:
required: false

0 comments on commit 7258892

Please sign in to comment.