-
Notifications
You must be signed in to change notification settings - Fork 180
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 #3369
Update issue templates to use new issue type field #3369
Conversation
GitHub added a new issue type field to indicate whether an issue is a bug, feature, or task. This switches issue templates to use this new field instead of labels. Resolves NOAA-EMC#3368
@WalterKolczynski-NOAA To test this PR, I merged it into https://github.com/DavidHuber-NOAA/global-workflow @develop. However, when I try to create an issue after merging, I am greeted with just the basic GitHub provided template: Before the merge, the issue template under https://github.com/DavidHuber-NOAA/global-workflow matched NOAA-EMC's. |
@@ -1,6 +1,7 @@ | |||
name: NCO Bug Report | |||
description: Report something that is incorrect or broken | |||
labels: ["nco-bug", "triage"] | |||
type: ["bug"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is type
supposed to be a string rather than a list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you're right
Hmm, that didn't seem to fix it in my test repository. I'm still seeing just the GitHub default issue. |
Made one more attempt and also added auto-add to project. I think the issue may be that project type is an org-level setting, and personal accounts don't have those. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My test repository is still unable to bring up the templates. However, you may be right about the project types. I'm OK with merging this PR and seeing if it works.
Feel free to merge this when you're ready @WalterKolczynski-NOAA. |
Description
GitHub added a new issue type field to indicate whether an issue is a bug, feature, or task. This switches issue templates to use this new field instead of labels. Also adds issue to "global-workflow development" project.
Resolves #3368
Type of change
Change characteristics
How has this been tested?
N/A, GitHub template only
Checklist