Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* remove accountid from template as it is not required usually
* hint to file production affecting issues with Support instead
  • Loading branch information
sfc-gh-dszmolka committed Oct 2, 2024
1 parent df2ace7 commit 73f3a98
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 26 deletions.
31 changes: 14 additions & 17 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ labels: bug
---


<!--
If you need urgent assistance then file the issue using the support process:
https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowflake-Lodge
otherwise continue here.
-->
If you need **urgent assistance** then [file a case with Snowflake Support](https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowflake-Lodge).
Otherwise continue here.


Please answer these questions before submitting your issue.
Expand All @@ -24,28 +21,27 @@ In order to accurately debug the issue this information is required. Thanks!
3. What version of NodeJS are you using?
(`node --version` and `npm --version`)


4. What are the component versions in the environment (`npm list`)?

5.Server version:* E.g. 1.90.1
You may get the server version by running a query:
```
SELECT CURRENT_VERSION();
```
6. What did you do?

5. What did you do?

If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A complete runnable program would be the most helpful.

7. What did you expect to see?

6. What did you expect to see?

What should have happened and what happened instead?

8. Can you set logging to DEBUG and collect the logs?

7. Can you collect debug logs?

https://community.snowflake.com/s/article/How-to-generate-log-file-on-Snowflake-connectors

e.g
Add this to get standard output.
Add this to get TRACE logs sent to standard output.

```
var snowflake = require('snowflake-sdk');
Expand All @@ -54,5 +50,6 @@ snowflake.configure(
logLevel: 'trace'
});
```

9. What is your Snowflake account identifier, if any? (Optional)

:warning: Before sharing any data, please be sure to review the log and remove any sensitive
information.
10 changes: 1 addition & 9 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
---
name: Feature Request 💡
about: Suggest a new idea for the project.
about: Suggest a new idea for the project.
labels: feature
---

<!--
If you need urgent assistance then file the feature request using the support process:
https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowflake-Lodge
otherwise continue here.
-->
## What is the current behavior?

## What is the desired behavior?

## How would this improve `snowflake-connector-nodejs`?

## References, Other Background

## What is your Snowflake account identifier, if any?

0 comments on commit 73f3a98

Please sign in to comment.