Skip to content

Commit

Permalink
Merge PR #297 (fix GitHub issue/PR templates) into GEOS-Chem 14.1.1
Browse files Browse the repository at this point in the history
This PR fixes some problems with the GitHub issue and PR templates. Namely:

1. The PR template is now .github/PULL_REQUEST_TEMPLATE.md

2. Added .github/ISSUE_TEMPLATE/config.yml to prevent blank issues and add a link to the GC manual at RTD.

This is a zero-diff update, as only code in the .github folder was touched.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Mar 2, 2023
2 parents 08c0f0a + ae8dfe7 commit 5901637
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: GCHP user manual
url: https://gchp.readthedocs.io/en/stable
about: Click this link to read the GCHP user manual.
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
---
name: Submit updates to the GCHP superproject with a pull request
labels: 'never stale'

---

### Name and Institution (Required)

Name:
Expand All @@ -27,4 +21,4 @@ If this is a science update, please provide a literature citation.

### Related Github Issue(s)

Please link to the corresponding Github issue here. If fixing a bug, there should be an issue describing it with steps to reproduce.
Please link to the corresponding Github issue here. If fixing a bug, there should be an issue describing it with steps to reproduce.

0 comments on commit 5901637

Please sign in to comment.