Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates to use new issue type field #19

Merged
merged 1 commit into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/NCO_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: NCO Bug Report
description: Report something that is incorrect or broken
labels: ["nco-bug", "triage"]
type: ["bug"]
assignees:
- aerorahul

Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Bug Report
description: Report something that is incorrect or broken
labels: ["bug", "triage"]
labels: ["triage"]
type: ["bug"]

body:
- type: markdown
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/dump_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Global Observation Dump Request
description: Request additional dates be added to a machine's global dump archive (GDA) or introduce experimental dump data to the GDA
labels: ["Static Data Mgmt"]
type: ["task"]
assignees:
- KateFriedman-NOAA
- WalterKolczynski-NOAA
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Feature Request
description: Request new capability
labels: ["feature", "triage"]
labels: ["triage"]
type: ["feature"]

body:
- type: markdown
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/production_update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Production Update
description: Begin the process of an operational production update
labels: ["production update", "triage"]
type: ["feature"]
assignees:
- WalterKolczynski-NOAA
- KateFriedman-NOAA
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/static_data.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Static Data Update
description: Request static data be added or updated
labels: ["Static Data Mgmt"]
type: ["task"]
assignees:
- KateFriedman-NOAA
- WalterKolczynski-NOAA
Expand Down
Loading