-
Notifications
You must be signed in to change notification settings - Fork 95
chore(meta): Updated bug/feature issue templates with types #8638
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,6 +1,7 @@ | ||||||||
| name: '🐞 Logic Apps Bug Report' | ||||||||
| description: Create a report to help us improve Logic Apps | ||||||||
| labels: ['bug', 'triage'] | ||||||||
| labels: ['triage'] | ||||||||
| type: 'Bug' | ||||||||
|
Comment on lines
+3
to
+4
|
||||||||
| labels: ['triage'] | |
| type: 'Bug' | |
| labels: ['triage', 'bug'] |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -1,6 +1,7 @@ | ||||
| name: '✨ Feature Request' | ||||
| description: Suggest an idea or enhancement for Logic Apps | ||||
| labels: ['enhancement', 'triage'] | ||||
| type: 'Feature' | ||||
|
||||
| type: 'Feature' |
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.
The
typefield is not a valid top-level field in GitHub issue form templates. According to GitHub's issue form schema documentation, the valid top-level fields are:name,description,title,labels,assignees, andbody. This field should be removed as it will either be ignored or cause the template to fail validation.