Skip to content

Commit

Permalink
Add "Needs more Info" label (#965)
Browse files Browse the repository at this point in the history
* add needs more info label

* add label

* add label

* updates

* add issue templates

* reorder

* Apply suggestions from code review

suggestions commit

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* Update .github/label-actions.yml

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* add server version info

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
  • Loading branch information
MaddyDev and Charles-Gagnon authored Nov 13, 2023
1 parent 4e8891a commit 7121df8
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🔎 Search existing issues to avoid creating duplicates. -->
- Azure Functions SQL Extension or Extension Bundle Version:
- Is this a deployed or local function:
- What type of Database are you using? (Run `SELECT @@VERSION as Version, SERVERPROPERTY('EngineEdition') as EngineEdition` on your database)
- List any custom settings for your function app. This could be a custom time-out defined specifically for your database server or optional configuration that can be customized for the app defined [here](https://learn.microsoft.com/azure/azure-functions/functions-bindings-azure-sql-trigger?tabs=isolated-process%2Cportal&pivots=programming-language-csharp#optional-configuration).

Steps to Reproduce:

1.
2.

1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution or feature you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
19 changes: 17 additions & 2 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Needs Logs:
**NOTE** Debug logging will include information such as Database and table names, if you do not wish to include this information you can either redact it from the logs before attaching or let us know and we will provide a way to send logs directly to us.
#actions for Needs Connection Logs
#actions for Needs Connection Logs label
Needs Connection Logs:
comment: |
We need more info to debug your particular issue. If you could attach your SQL Client logs to the issue, it would help us fix the issue much faster.
Expand Down Expand Up @@ -60,4 +60,19 @@ Needs Connection Logs:
4. Get the log file and attach it to this issue. By default this will be in `%TMP%/LogFiles/Application/Functions/Host`.
**NOTE** Debug logging will include information such as Database and table names, if you do not wish to include this information you can either redact it from the logs before attaching or let us know and we will provide a way to send logs directly to us.
**NOTE** Debug logging will include information such as Database and table names, if you do not wish to include this information you can either redact it from the logs before attaching or let us know and we will provide a way to send logs directly to us.
#actions for Needs More Info label
Needs More Info:
comment: |
We need more info to debug your particular issue. If you could provide us with the any of the following details that you haven't already provided, it would help us address the issue much faster.
1. Which version of the SQL Bindings Package or Extension Bundle are you using?
2. What type of Database are you using? (Run `SELECT @@VERSION as Version, SERVERPROPERTY('EngineEdition') as EngineEdition` on your database)
3. What is the name of the Function?
4. Is this a deployed or local function?
5. List any custom settings for your function app. This could be a custom time-out defined specifically for your database server or optional configuration that can be customized for the app defined [here](https://learn.microsoft.com/azure/azure-functions/functions-bindings-azure-sql-trigger?tabs=isolated-process%2Cportal&pivots=programming-language-csharp#optional-configuration).

0 comments on commit 7121df8

Please sign in to comment.