Skip to content

Commit c8067fb

Browse files
committed
Sync issue template
1 parent 8db863f commit c8067fb

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

.github/issue_template.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
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
9+
10+
### For security issues:
11+
12+
See https://www.oracle.com/support/assurance/vulnerability-remediation/reporting-security-vulnerabilities.html for how to report security issues.
913

1014
### For installation issues:
1115

@@ -14,21 +18,33 @@ Use a gist for screen output and logs: see https://gist.github.com/
1418

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

17-
Review your output and logs. **Google any errors**
18-
Try to install in a different way. Try some potential solutions.
21+
Use `npm install --verbose oracledb`. Review your output and logs.
22+
Try to install in a different way. **Google anything that looks like an error.** Try some potential solutions.
23+
24+
For Node 4 onwards, you need a compiler with C++11 support. On Linux use GCC 4.7 or later.
25+
26+
Did the error indicate a network connection issue? Do you need to set `http_proxy`?
27+
28+
Try running `npm cache clean` and deleting the `node_modules/oracledb` directory.
29+
30+
Do you have an old version of `node-gyp` installed? Try updating it. Also try deleting `$HOME/.node-gyp` or equivalent.
1931

2032
#### Answer the following questions:
2133

22-
1. What error(s) you are seeing?
34+
1. What is your version of Node.js? Run examples/version.js to find versions.
35+
36+
2. What version of node-oracledb are you using?
37+
38+
3. What is the version of your Oracle client (e.g. Instant Client)? How was it installed? Where it is installed?
2339

24-
2. What *exact* command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
40+
4. What is the version of Oracle Database?
2541

26-
3. What environment variables did you set? How *exactly* did you set them?
42+
5. What is your OS and version?
2743

28-
4. What is your version of Node.js?
44+
6. What compiler version did you use? For example, with GCC, run `gcc --version`
2945

30-
5. What is your version of the Oracle client (e.g. Instant Client)? How was it installed? Where it is installed?
46+
7. What environment variables did you set? How *exactly* did you set them?
3147

32-
6. What is your OS and version?
48+
8. What *exact* command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
3349

34-
7. What compiler version did you use?
50+
9. What error(s) you are seeing?

0 commit comments

Comments
 (0)