Skip to content

Commit 1b5cb65

Browse files
committed
Standardize GitHub issue template
1 parent 79ad097 commit 1b5cb65

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/issue_template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ See https://www.oracle.com/support/assurance/vulnerability-remediation/reporting
2525

2626
2. What is your node-oracledb version?
2727

28-
3. What is your Oracle client (e.g. Instant Client) version? Is it 64-bit or 32-bit? How was it installed? Where is it installed?
28+
3. What *exact* command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
2929

30-
4. What is your Oracle Database version?
30+
4. What error(s) you are seeing?
3131

32-
5. What is your OS and version?
32+
5. What OS (and version) is Node.js executing on?
3333

34-
6. What is your compiler version? For example, with GCC, run `gcc --version`
34+
6. What is your Oracle client (e.g. Instant Client) version? Is it 64-bit or 32-bit? How was it installed? Where is it installed?
3535

36-
7. What Oracle environment variables did you set? How *exactly* did you set them?
36+
7. What is your Oracle Database version?
3737

3838
8. What is the `PATH` environment variable (on Windows) or `LD_LIBRARY_PATH` (on Linux) set to? On macOS, what is in `~/lib`?
3939

40-
9. What *exact* command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
40+
9. What Oracle environment variables did you set? How *exactly* did you set them?
4141

42-
10. What error(s) you are seeing?
42+
10. Do you have a small, single Node.js script that immediately runs to show us the problem?

0 commit comments

Comments
 (0)