Skip to content

Commit e783d04

Browse files
committed
Update issue templates
1 parent 6f50503 commit e783d04

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Test Case**
14+
15+
***GraphQL schema***
16+
17+
```graphql
18+
```
19+
20+
***GraphQL request***
21+
22+
```graphql
23+
```
24+
25+
***Expected cypher query***
26+
27+
```cypher
28+
```
29+
30+
***Expected cypher params***
31+
32+
```json
33+
```
34+
35+
***Neo4j test data***
36+
37+
```cypher
38+
```
39+
40+
***Expected GraphQL response***
41+
42+
```json
43+
```
44+
45+
**Additional context**
46+
Add any other context about the problem here.

0 commit comments

Comments
 (0)