Skip to content

Commit d8c7383

Browse files
Fix template typos (#602)
* fix typos
1 parent 6713765 commit d8c7383

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ISSUE_TEMPLATE.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22

33
Firstly, if you are an Enterprise customer, you might want to head over to our [Customer Support Portal](https://support.neo4j.com/).
44

5-
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.
6-
Check first though as someone else may have already raised something similar.
5+
If you think you might have **hit a bug** in our software (it happens occasionally!) or you have specific **feature requests** then use the issue feature on the relevant GitHub repository.
6+
Check first, though, as someone else may have already raised something similar.
77

88
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](https://stackoverflow.com/questions/tagged/neo4j) also hosts a ton of questions and might already have a discussion around your problem.
10-
Make sure you have a look there too.
10+
Make sure to have a look there too.
1111

12-
If you want to make a feature request, please prefix your issue title with `[Feature Request]` so that it is clear to us.
13-
If you have a bug report however, please continue reading.
12+
If you want to make a feature request, please prefix your issue title with `[Feature Request]` so that it is clear to us.
13+
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
17-
- Neo4j Mode: Single instance/HA cluster with X members/Casual cluster with X core Y read-replica
18-
- 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)
17+
- Neo4j Mode: Single instance/HA cluster with X members/Causal cluster with X core Y read-replica
18+
- Driver version: X language driver X.Y.Z (If you use some other library that wraps around this driver, you might want to raise an issue there first)
1919
- 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.
2525
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.
26+
Also, add any solutions you've tried to solve the problem yourself.
2727

2828
## Example bug report
2929

@@ -35,7 +35,7 @@ I got connection reset by peer errors.
3535
**Operating System:** Ubuntu 16.10 on AWS
3636

3737
### Steps to reproduce
38-
1. Start Neo4j on a AWS instance
38+
1. Start Neo4j on an AWS instance
3939
2. Run a query with the driver
4040
3. Put the driver idle for 2h
4141
4. Run another query

0 commit comments

Comments
 (0)