-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The existing issue and pull request templates have been removed and replaced with templates that have been greatly simplified. The new templates: 1. Point users to the support and contribution guidelines, documentation, and debug pages first. 2. Include a section for users to identify themselves and their institution since this is not always obvious from their Github accounts. 3. Remove automatic tags and bracketed titles. These should be assigned by the user or by the GCST upon initial review of new issues. The CONTRIBUTING.md and SUPPORT.md files have also been updated to include links to one another. Signed-off-by: Melissa Sulprizio <mpayer@seas.harvard.edu>
- Loading branch information
1 parent
7fd2210
commit 97b8de4
Showing
9 changed files
with
76 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Request a new GCClassic feature or start a discussion | ||
about: Use this template for topics relevant to the GCClassic superproject. For GEOS-Chem and HEMCO see the respective repositories. | ||
--- | ||
|
||
### Name and Institution (Required) | ||
|
||
Name: | ||
Institution: | ||
|
||
### Confirm you have reviewed the following documentation | ||
|
||
- [ ] [Contributing guidelines](https://geos-chem.readthedocs.io/en/stable/reference/CONTRIBUTING.html) | ||
|
||
### New GCClassic feature or discussion | ||
|
||
Please provide a clear and concise overview of the discussion topic or new feature requested. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Ask a question about or report an issue with GCClassic | ||
about: Use this template for topics relevant to the GCClassic superproject. For GEOS-Chem or HEMCO see the respective repositories on Github. | ||
--- | ||
|
||
### Name and Institution (Required) | ||
|
||
Name: | ||
Institution: | ||
|
||
### Confirm you have reviewed the following documentation | ||
|
||
- [ ] [Support guidelines](https://geos-chem.readthedocs.io/en/stable/reference/SUPPORT.html) | ||
- [ ] [User manuals](https://geos-chem.readthedocs.io/en/stable/geos-chem-shared-docs/supplemental-guides/related-docs.html) | ||
- [ ] [Debugging GEOS-Chem and HEMCO errors](https://geos-chem.readthedocs.io/en/stable/geos-chem-shared-docs/supplemental-guides/debug-guide.html) | ||
- [ ] [Current and past Github issues](https://github.com/geoschem/GCClassic/issues) | ||
|
||
### Description of your issue or question | ||
|
||
Please provide as much detail as possible. Always include the GCClassic version number and any relevant configuration and log files. | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
76 changes: 0 additions & 76 deletions
76
.github/PULL_REQUEST_TEMPLATE/create-a-gcclassic-pull-request.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Submit updates to the GCClassic superproject with a pull request | ||
labels: 'never stale' | ||
|
||
--- | ||
|
||
### Name and Institution (Required) | ||
|
||
Name: | ||
Institution: | ||
|
||
### Confirm you have reviewed the following documentation | ||
|
||
- [ ] [Contributing guidelines](https://geos-chem.readthedocs.io/en/stable/reference/CONTRIBUTING.html) | ||
|
||
### Describe the update | ||
|
||
Please provide a clear and concise overview of the update. | ||
|
||
### Expected changes | ||
|
||
Please provide details on how this update will impact model output and include plots or tables as needed. | ||
|
||
### Reference(s) | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters