You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/announcements.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ assignees: ''
7
7
8
8
---
9
9
10
-
Let us know if you are speaking at a conference on node-oracledb, or have a new package or app that uses node-oracledb, or something similarly exciting.
10
+
<!--Let us know if you are speaking at a conference on node-oracledb, or have a new package or app that uses node-oracledb, or something similarly exciting.-->
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+41-13Lines changed: 41 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,26 +7,54 @@ assignees: ''
7
7
8
8
---
9
9
10
+
<!--
11
+
12
+
Thank you for using node-oracledb.
13
+
10
14
**See https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html for how to report security issues**.
11
15
12
-
1. With the async/await programming style, make sure you are using 'await' in the right places.
16
+
Please answer these questions so we can help you.
17
+
18
+
Use Markdown syntax, see https://help.github.com/github/writing-on-github/basic-writing-and-formatting-syntax
19
+
20
+
-->
21
+
22
+
1. What versions are you using?
23
+
24
+
<!--
25
+
26
+
Give your database version.
27
+
28
+
Also run node and show the output of:
29
+
30
+
process.platform
31
+
process.version
32
+
process.arch
33
+
require('oracledb').versionString
34
+
require('oracledb').oracleClientVersionString
35
+
36
+
-->
13
37
14
38
2. Is it an error or a hang or a crash?
15
39
16
-
3. What error(s) you are seeing?
17
-
**Cut and paste text showing the command you ran. No screenshots. Use a gist for long screen output and logs: see https://gist.github.com/**.
40
+
3. What error(s) or behavior you are seeing?
41
+
42
+
<!--
43
+
44
+
Cut and paste text showing the command you ran. No screenshots.
45
+
46
+
Use a gist for long screen output and logs: see https://gist.github.com/
47
+
48
+
-->
18
49
19
50
4. Include a runnable Node.js script that shows the problem.
20
-
Include all SQL needed to create the database schema. Use Markdown syntax, see https://help.github.com/github/writing-on-github/basic-writing-and-formatting-syntax
21
51
22
-
5. Run node and show the output of:
52
+
<!--
53
+
54
+
Include all SQL needed to create the database schema.
55
+
56
+
Use a gist for long code: see https://gist.github.com/
23
57
24
-
```
25
-
process.platform
26
-
process.version
27
-
process.arch
28
-
require('oracledb').versionString
29
-
require('oracledb').oracleClientVersionString
30
-
```
58
+
Format code by using three backticks on a line before and after code snippets.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md
+35-13Lines changed: 35 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,46 @@ assignees: ''
7
7
8
8
---
9
9
10
-
1. Review the [user manual](https://oracle.github.io/node-oracledb/doc/api.html)
10
+
<!--
11
+
12
+
Thank you for using node-oracledb.
13
+
14
+
Review the user manual: https://oracle.github.io/node-oracledb/doc/api.html
15
+
16
+
Please answer these questions so we can help you.
17
+
18
+
Use Markdown syntax, see https://help.github.com/github/writing-on-github/basic-writing-and-formatting-syntax
19
+
20
+
-->
21
+
22
+
1. What versions are you using?
23
+
24
+
<!--
25
+
26
+
Give your database version.
27
+
28
+
Also run node and show the output of:
29
+
30
+
process.platform
31
+
process.version
32
+
process.arch
33
+
require('oracledb').versionString
34
+
require('oracledb').oracleClientVersionString
35
+
36
+
-->
11
37
12
38
2. Describe the problem
13
-
**Cut and paste text showing the command you ran. No screenshots. Use a gist for long screen output and logs: see https://gist.github.com/**.
39
+
40
+
<!-- Cut and paste text showing the command you ran. No screenshots. -->
14
41
15
42
3. Include a runnable Node.js script that shows the problem.
16
-
Include all SQL needed to create the database schema. Use Markdown syntax, see https://help.github.com/github/writing-on-github/basic-writing-and-formatting-syntax
17
43
18
-
The more details you give, the more we can help.
44
+
<!--
45
+
46
+
Include all SQL needed to create the database schema.
19
47
20
-
4. Run node and show the output of:
48
+
Use a gist for long code: see https://gist.github.com/
21
49
22
-
```
23
-
process.platform
24
-
process.version
25
-
process.arch
26
-
require('oracledb').versionString
27
-
require('oracledb').oracleClientVersionString
28
-
```
50
+
Format code by using three backticks on a line before and after code snippets.
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
<!--
2
+
1
3
Thanks for contributing!
2
4
3
5
Before submitting PRs for node-oracledb you must have your signed *Oracle Contributor Agreement* accepted. See https://www.oracle.com/technetwork/community/oca-486395.html
@@ -8,12 +10,18 @@ If the problem solved is small, you may find it easier to open an Issue describi
8
10
9
11
The bottom of your commit message must have the following line using your name and e-mail address as it appears in the OCA Signatories list.
0 commit comments