Skip to content

Updating GitHub issue templates #19528

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

Merged
merged 2 commits into from
Jun 16, 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
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/1-mssql-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report / Feature Request - MSSQL Extension for VS Code
name: Bug Report - MSSQL Extension for VS Code
description: File a bug report to help us improve the MSSQL extension.
title: "[Bug]: "
labels: ["bug", "Triage: Needed", "User-filed"]
labels: ["Bug", "Triage: Needed", "User-filed"]
assignees: []

body:
Expand Down Expand Up @@ -47,13 +47,14 @@ body:
description: Select all the areas where you encountered issues.
options:
- label: Connection dialog
- label: Query editor
- label: IntelliSense/auto-completion
- label: Query results panel
- label: Query editor
- label: Object Explorer
- label: Table Designer
- label: Schema Compare
- label: Schema Designer
- label: Local container
- label: GitHub Copilot integration
- label: Query Plan Visualizer
- label: Other (please describe below)

Expand All @@ -76,7 +77,6 @@ body:
• VS Code Version:
• MSSQL Extension Version:
• Operating System:
• SQL Server Version/Edition:
• Connection Type (SQL database in Fabric, Azure SQL, SQL Server, etc.):
validations:
required: true
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/2-mssql-feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature Request - MSSQL Extension for VS Code
description: Suggest an idea or enhancement for the MSSQL extension.
title: "[Feature Request]: "
labels: ["enhancement", "Triage: Needed", "User-filed"]
labels: ["Enhancement", "Triage: Needed", "User-filed"]
assignees: []

body:
Expand Down Expand Up @@ -45,13 +45,14 @@ body:
description: Select all areas this feature would enhance.
options:
- label: Connection dialog
- label: Query editor
- label: IntelliSense/auto-completion
- label: Query results panel
- label: Query editor
- label: Object Explorer
- label: Table Designer
- label: Schema Compare
- label: Schema Designer
- label: Local container
- label: GitHub Copilot integration
- label: Query Plan Visualizer
- label: Other (please describe below)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report - MSSQL + GitHub Copilot
name: Bug Report / Feature Request - MSSQL + GitHub Copilot
description: File a bug report / feature request to help us improve GitHub Copilot integration with the MSSQL extension.
title: "[GitHub Copilot - Bug] / Feature request: "
labels: ["bug", "PrPr", "Area - GitHub Copilot", "Triage: Needed"]
labels: ["Bug", "Enhancement", "PrPr", "Area - GitHub Copilot", "Triage: Needed"]
assignees: []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than automatically applying both labels, we should probably have neither and let the triager add the correct one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s fine, but I guess it would be the same kind of task if the triager remove one of the labels :)


body:
Expand Down Expand Up @@ -76,6 +76,7 @@ body:
• VS Code Version:
• MSSQL Extension Version:
• GitHub Copilot Version:
• Operating System:
• Connection Type (SQL database in Fabric, Azure SQL, SQL Server, etc.):

# Section for confirming issue search and willingness to work on the issue
Expand Down
Loading