Skip to content

Commit

Permalink
Merge branch 'dev' into feature/sphinx-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamBindle committed Mar 22, 2021
2 parents 2513a5c + 1f5a5c5 commit dfc7c43
Show file tree
Hide file tree
Showing 9 changed files with 517 additions and 69 deletions.
73 changes: 17 additions & 56 deletions .github/ISSUE_TEMPLATE/report-a-bug-or-technical-issue.md
Original file line number Diff line number Diff line change
@@ -1,67 +1,28 @@
---
name: Report a GCHP bug or technical issue
name: Report a bug or technical issue
about: Use this template to report bugs and technical issues encountered while using GCHP.
title: "[BUG/ISSUE]"
title: "[BUG/ISSUE] Your title"
labels: bug
assignees: ''

---
<!--- STOP! BEFORE YOU SUBMIT THIS ISSUE, PLEASE READ THE FOLLOWING: -->

## Describe the bug:
### Description of the problem
Describe your problem problem here.

### Expected behavior: ###
<!--- Include a clear and concise description of what you expected to happen. -->
### GEOS-Chem version
Enter your GEOS-Chem version here.

### Actual behavior: ###
<!--- Include a clear and concise description of the problematic behavior. -->
### Description of code modifications
Describe your code modifications here.

### Steps to reproduce: the bug:
<!--- Include the steps that must be done in order to reproduce the observed behavior:
### Log files
- Build log (if applicable):
- Run log (if applicable):
- Run script (if applicable):

**Compilation commands**
<!--- Please list all the steps you did to compile GCHP. -->

**Run commands**
<!--- Please list all the steps you did to run GCHP. -->

### Error messages
<!--- Please cut and paste any error message output where it says `add text here`. --->
```
add text here
```

## Required information:

### Your GCHP version and runtime environment:
<!--- Please supply the requested information in the spaces marked by `__`. -->
- GCHPctm version (can be last commit hash): __
- MPI type and version: __
- Fortran cmpiler type and version: __
- netCDF version: __
- Are you using GCHP "out of the box" (i.e. unmodified): __
- If you have modified GCHP, please list what was changed: __

### Input and log files to attach
<!--- Please supply the requested information in the spaces marked by `__` -->
<!--- For more info, see: http://wiki.geos-chem.org/Submitting_GEOS-Chem_support_requests -->
<!--- You can drag and drop files to this window and Github will upload them to this issue. --->
<!--- NOTES: --->
<!--- Any text files (*.F90, *.rc, input.geos, log files) must have the `.txt` suffix --->
<!--- or Github will not be able to display them. --->
<!--- If you have a compiler issue please create a verbose compile log with these commands: --->
<!--- cmake ../CodeDir > compile.txt --->
<!--- make -j verbose=1 >> compile.txt --->
- runConfig.sh: __
- input.geos: __
- HEMCO_Config.rc: __
- ExtData.rc: __
- HISTORY.rc: __
- GCHP compile log file: __
- GCHP run log file: __
- HEMCO.log: __
- slurm.out or any other error messages from your scheduler: __
- Any other error messages: __

### Additional context
<!--- Include any other context about the problem here. -->
### Software versions
- Compilers (Intel or GNU, and version):
- NetCDF version:
- MPI version:
- ESMF version:
13 changes: 13 additions & 0 deletions .github/no-response.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Configuration for probot-no-response - https://github.com/probot/no-response

# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 14
# Label requiring a response
responseRequiredLabel: more information needed
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
closeComment: >
This issue has been automatically closed because there has been no response
to our request for more information from the original author. With only the
information that is currently in the issue, we don't have enough information
to take action. Please reach out if you have or find the answers we need so
that we can investigate further.
19 changes: 19 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- never stale
- feature
- discussion
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. If there are no updates within 7 days it will be closed.
You can add the "never stale" tag to prevent the Stale bot from closing
this issue.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: Closing due to inactivity

0 comments on commit dfc7c43

Please sign in to comment.