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

chore: update issue template labels to support workflows #7938

Merged
merged 2 commits into from
Oct 4, 2023
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
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
Loading