Skip to content

Commit 18100cc

Browse files
Standardize GitHub issue template.
1 parent 07386a6 commit 18100cc

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

.github/issue_template.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
*Delete irrelevant parts of this template.*
1+
*Delete unnecessary parts of this template.*
2+
3+
### For security issues:
4+
5+
See https://www.oracle.com/support/assurance/vulnerability-remediation/reporting-security-vulnerabilities.html for how to report security issues.
26

37
### For general questions:
48

@@ -7,40 +11,35 @@ Use the questions at the bottom of this template as a guide.
711

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

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.
13-
1414
### For installation issues:
1515

1616
Use a gist for screen output and logs: see https://gist.github.com/
1717
**Do not paste long output into this issue**
1818

19-
Review the install instructions at
20-
https://github.com/oracle/python-cx_Oracle#installation
21-
2219
Review your output and logs. **Google any errors**
20+
Try to install in a different way. Try some potential solutions.
21+
22+
Review the install instructions at
23+
http://cx-oracle.readthedocs.io/en/latest/installation.html
2324

2425
#### Answer the following questions:
2526

2627
1. What is your version of Python? Is it 32-bit or 64-bit?
2728

28-
2. What is your version of cx_Oracle?
29+
2. What is your cx_Oracle version?
2930

30-
3. What is your version of the Oracle client (e.g. Instant Client)? How was it
31-
installed? Where is it installed?
31+
3. What *exact* command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
3232

33-
4. What is your version of the Oracle Database?
33+
4. What error(s) you are seeing?
3434

35-
5. What is your OS and version?
35+
5. What OS (and version) is Python executing on?
3636

37-
6. What compiler version did you use? For example, with GCC, run
38-
`gcc --version`.
37+
6. What is your version of the Oracle client (e.g. Instant Client)? How was it installed? Where is it installed?
3938

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

42-
8. What *exact* command caused the problem (e.g. what command did you try to
43-
install with)? Who were you logged in as?
41+
8. What is the `PATH` environment variable (on Windows) or `LD_LIBRARY_PATH` (on Linux) set to? On macOS, what is in `~/lib`?
4442

45-
9. What error(s) you are seeing?
43+
9. What Oracle environment variables did you set? How *exactly* did you set them?
4644

45+
10. Do you have a small, single Python script that immediately runs to show us the problem?

0 commit comments

Comments
 (0)