Skip to content

Commit

Permalink
chore: update issue template labels to support workflows (#7938)
Browse files Browse the repository at this point in the history
**Related Issue:** n/a

## Summary
- Updates the test issue template to include the `needs milestone` label
- Replaces the `spike` issue in the research template (previously
`research`)


cc @brittneytewks
  • Loading branch information
geospatialem committed Oct 4, 2023
1 parent 0ce851b commit 0756fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/research.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Research
description: Request an investigation into a specific topic
labels: ["research", "0 - new", "needs triage"]
labels: ["spike", "0 - new", "needs triage"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test
description: Associate issue for a test (e.g., a new test, an unstable test that was skipped, Chromatic, etc.)
labels: ["testing", "0 - new", "p - high"]
labels: ["testing", "0 - new", "p - high", "needs milestone"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 0756fe7

Please sign in to comment.