Skip to content

Commit

Permalink
Github issue templates will now auto-assign labels
Browse files Browse the repository at this point in the history
We have updated the Github issue templates to auto-assign
the appropriate label:

(1) "Ask a question" auto-assigns the "question" label
(2) "Report a bug/issue" auto-assigns the "bug" label
(3) "Request a feature" auto-assigns the "feature" label

We have also added the "Start a discussion" issue template, which
is intended for longer discussions (about open or unresolved topics).
This will auto-assign the "discussion" label.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Oct 17, 2019
1 parent 28d9d67 commit 343efe4
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: Ask a question about GEOS-Chem on the AWS cloud
name: Ask a question about running GEOS-Chem on the AWS cloud
about: Template for asking general questions about GEOS-Chem on the AWS cloud
title: "[QUESTION]"
labels: ''
labels: question
assignees: ''

---

# Ask a question about GEOS-Chem on the cloud
# Ask a question about running GEOS-Chem on the AWS 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.

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/report-a-bug-or-technical-issue.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: Report a bug or technical issue
name: Report a bug or technical issue for GEOS-Chem on the AWS cloud
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: ''
labels: bug
assignees: ''

---

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

## Describe the bug
Include a clear and concise description of the bug or issue that you have encountered.
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/request-a-new-feature.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Request a new GEOS-Chem feature
about: Template for users to request new features in GEOS-Chem on the AWS cloud
name: Request a new feature for GEOS-Chem on the AWS cloud
about: Template for users to request new features for GEOS-Chem on the AWS cloud
title: "[FEATURE REQUEST]"
labels: ''
labels: feature
assignees: ''

---
Expand Down
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/start-a-discussion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Start an extended discussion about running GEOS-Chem on the AWS cloud
about: This template allows users to open an extended discussion about running GEOS-Chem on the AWS cloud.
title: "[DISCUSSION]"
labels: discussion
assignees: ''

---

# Start a discussion about running GEOS-Chem on the AWS cloud

This issue template is intended for extended discussions about open GEOS-Chem topics, both technical and scientific. Please use one of the other issue templates for:

* [Submitting a bug or technical issue](https://github.com/geoschem/geos-chem-cloud/issues/new?assignees=&labels=&template=report-a-bug-or-technical-issue.md&title=%5BBUG%2FISSUE%5D);
* [Asking a question](https://github.com/geoschem/geos-chem-cloud/issues/new?assignees=&labels=&template=ask-a-question-about-geos-chem.md&title=%5BQUESTION%5D); and/or
* [Requesting a new feature](https://github.com/geoschem/geos-chem-cloud/issues/new?assignees=&labels=&template=request-a-new-feature.md&title=%5BFEATURE+REQUEST%5D.)

Feel free to edit the section headers below accordingly

Also feel free to remove all text above this section

## Overview

## Additional information

## Action items

## Status updates

0 comments on commit 343efe4

Please sign in to comment.