Skip to content

Commit

Permalink
Add issue templates for geos-chem-cloud repo
Browse files Browse the repository at this point in the history
Added Github issue templates for:
(1) Asking a question
(2) Reporting a bug or technical issue
(3) Requesting a feature

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Sep 19, 2019
1 parent 88f881f commit 0c801f5
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/ask-a-question-about-geos-chem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Ask a question about GEOS-Chem on the AWS cloud
about: Template for asking general questions about GEOS-Chem on the AWS cloud
title: "[QUESTION]"
labels: ''
assignees: ''

---

# Ask a question about GEOS-Chem on the cloud

To report a bug or technical issue, please use [this issue template](https://github.com/geoschem/geos-chem-cloud/issues/new?assignees=&labels=&template=report-a-bug-or-technical-issue.md&title=%5BBUG%2FISSUE%5D) instead.

## Type your question:

Feel free to delete all of the text above this line...
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug-or-technical-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
name: Report a bug or technical issue
about: This template allows users to report bugs and technical issues for GEOS-Chem on the AWS Cloud in the Github issue tracker.
title: "[BUG/ISSUE]"
labels: ''
assignees: ''

---

# Report a bug or technical issue for GEOS-Chem running on the AWS cloud

## Describe the bug
Include a clear and concise description of the bug or issue that you have encountered.

## To Reproduce
Include the steps that must be done in order to reproduce the observed behavior:

**Compilation commands**
1. Step 1
2. Step 2
3. ... etc ...

**Run commands**
1. Step 1
2. Step 2
3. ... etc ...

## Expected behavior
Include a clear and concise description of what you expected to happen.

## Error messages
```
Cut and paste any error output here.
```

## Required information
Please include the following:
- GEOS-Chem version you are using [e.g. 12.3.2]
- Compiler version that you are using [e.g. gfortran 8.2.0, ifort 17.0.4]
- netCDF and netCDF-Fortran library version
- Computational environment [e.g. a cluster, or the AWS cloud]
- The Amazon Machine Image (AMI) ID that you used
- Are you using "out of the box" code, or have you made modifications?

## Input and log files to attach
For more info, see: http://wiki.geos-chem.org/Submitting_GEOS-Chem_support_requests
- The lastbuild file
- The input.geos file
- The HEMCO_Config.rc file
- The GEOS-Chem "Classic" log file
- The HEMCO.log file
- Error output from your scheduler, if applicable [e.g. slurm*.out]
- Any other error messages

## Additional context
Include any other context about the problem here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/request-a-new-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Request a new GEOS-Chem feature
about: Template for users to request new features in GEOS-Chem on the AWS cloud
title: "[FEATURE REQUEST]"
labels: ''
assignees: ''

---

## Add your feature request below:

0 comments on commit 0c801f5

Please sign in to comment.