Skip to content

Commit 46f6056

Browse files
committed
Make issue template even better
1 parent 8bfebee commit 46f6056

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

.github/issue_template.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Describe exactly what you did and what you want to happen.
66
Use the questions at the bottom of this template as a guide.
77

8-
Use Markdown syntax, particularly for code blocks: see https://help.github.com/articles/basic-writing-and-formatting-syntax/
8+
Use Markdown syntax, particularly for code blocks: see https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code
99

1010
### For security issues:
1111

@@ -18,7 +18,7 @@ Use a gist for screen output and logs: see https://gist.github.com/
1818

1919
Review the install instructions at https://github.com/oracle/node-oracledb/blob/master/INSTALL.md
2020

21-
Use the `--verbose` option for `npm install oracledb`. Review your output and logs.
21+
Use `npm install --verbose oracledb`. Review your output and logs.
2222
Try to install in a different way. **Google anything that looks like an error.** Try some potential solutions.
2323

2424
For Node 4 onwards, you need a compiler with C++11 support. On Linux use GCC 4.7 or later.
@@ -31,16 +31,20 @@ Do you have an old version of `node-gyp` installed? Try updating it. Also try
3131

3232
#### Answer the following questions:
3333

34-
1. What error(s) you are seeing?
34+
1. What is your version of Node.js? Run examples/version.js to find versions.
3535

36-
2. What *exact* command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
36+
2. What version of node-oracledb are you using?
3737

38-
3. What environment variables did you set? How *exactly* did you set them?
38+
3. What is the version of your Oracle client (e.g. Instant Client)? How was it installed? Where it is installed?
3939

40-
4. What is your version of Node.js?
40+
4. What is the version of Oracle Database?
4141

42-
5. What is your version of the Oracle client (e.g. Instant Client)? How was it installed? Where it is installed?
42+
5. What is your OS and version?
4343

44-
6. What is your OS and version?
44+
6. What compiler version did you use? For example, with GCC, run `gcc --version`
4545

46-
7. What compiler version did you use? For example, with GCC, run `gcc --version`
46+
7. What environment variables did you set? How *exactly* did you set them?
47+
48+
8. What *exact* command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
49+
50+
9. What error(s) you are seeing?

0 commit comments

Comments
 (0)