Skip to content

Commit

Permalink
Merge pull request #1 from peverwhee/issue_templates_main
Browse files Browse the repository at this point in the history
Issue templates main
  • Loading branch information
peverwhee authored Apr 28, 2022
2 parents f839568 + 7258892 commit 5b7d360
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 3 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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CAM: The Community Atmosphere Model

CAM code is stored in this repository on branches other than master. The details are explained below.
CAM code is stored in this repository on branches other than main. The details are explained below.

Please see the [wiki](https://github.com/ESCOMP/CAM/wiki) for complete documentation on CAM, getting started with git and how to contribute to CAM's development.

This repository has four branches:
* master - contains this readme and the Code of Conduct information
* main - contains this readme and the Code of Conduct information
* cam_cesm2_2_rel - contains the current CESM2.2 CAM code
* cam_cesm2_1_rel - contains the current CESM2.1 CAM code
* cam_development - contains the current CAM development code (see the important note below before using this branch)
Expand All @@ -27,7 +27,7 @@ git checkout cam_cesm2_2_rel_02
git checkout cam_cesm2_1_rel_41
./manage_externals/checkout_externals
```
### To view the release branches in Github, go to the "Branch:master" pulldown menu and select the appropriate branch.
### To view the release branches in Github, go to the "Branch:main" pulldown menu and select the appropriate branch.

### To use unsupported CAM **development** code:

Expand Down

0 comments on commit 5b7d360

Please sign in to comment.