Skip to content

Commit 0db2fbd

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent 482994b commit 0db2fbd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ISSUE_TEMPLATE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,25 @@ Firstly, if you are an Enterprise customer, you might want to head over to our [
55
If you think you might have **hit a bug** in our software (it happens occasionally!) or you have specific **feature request** then use the issue feature on the relevant GitHub repository.
66
Check first though as someone else may have already raised something similar.
77

8-
If you simply want to get started or have a question on how to use a particular feature, drop a line to the [mailing list](https://groups.google.com/forum/#!forum/neo4j), ask a question in [Slack](http://neo4j.com/slack), or [tweet](https://twitter.com/neo4j) us.
8+
If you simply want to get started or have a question on how to use a particular feature, ask a question in [Neo4j Online Community](https://community.neo4j.com/) instead.
99
[StackOverflow](http://stackoverflow.com/questions/tagged/neo4j) also hosts a ton of questions and might already have a discussion around your problem.
1010
Make sure you have a look there too.
1111

12-
If you want to make a feature request then there is no guideline, so feel free to stop reading and open an issue.
12+
If you want to make a feature request, please prefix your issue title with `[Feature Request]` so that it is clear to us.
1313
If you have a bug report however, please continue reading.
1414
To help us understand your issue, please specify important details, primarily:
1515

1616
- Neo4j version: Community/Enterprise X.Y.Z
1717
- Neo4j Mode: Single instance/HA cluster with X members/Casual cluster with X core Y read-replica
1818
- Driver version: X lanaguage driver X.Y.Z (If you use some other library that wraps around this driver, you might want to raise an issue there first)
19-
- Operating system: (for example Windows 95/Ubuntu 16.10 on AWS)
19+
- Operating system: (for example Windows 10/Ubuntu 16.10 on AWS)
2020
- **Steps to reproduce**
2121
- Expected behavior
2222
- Actual behavior
2323

2424
Additionally, include (as appropriate) log-files, stacktraces, and other debug output.
25-
Always check the server logs too to see if there is any stacktrace related to the driver error.
25+
Always check the server logs to see if there is any stacktrace related to the driver error too.
26+
Aslo add any solutions you've tried to solve the problem yourself.
2627

2728
## Example bug report
2829

0 commit comments

Comments
 (0)