File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report 🐛
3
+ about : If something isn't working as expected.
4
+ ---
5
+
6
+ # Bug report
7
+
8
+ <!-- Before reporting an issue please check that you are using the latest version of php-cypher-dsl! -->
9
+
10
+ <!-- Please describe your problem here. -->
11
+
12
+ ### Code snippet that reproduces the problem
13
+
14
+ <!-- Try to reproduce the issue you are facing using your favorite editor and paste the misbehaving code here -->
15
+
16
+ ### Expected output
17
+
18
+ <!-- Was the Cypher query invalid or incorrect? Was something allowed even though it shouldn't be, or vice versa? -->
Original file line number Diff line number Diff line change
1
+ contact_links :
2
+ - name : Support question
3
+ url : https://github.com/neo4j-php/php-cypher-dsl/discussions/new
4
+ about : Please open a new discussion instead. Thank you.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Missing feature request 🚀
3
+ about : Some feature from Cypher has not been implemented
4
+ ---
5
+
6
+ # Feature request
7
+
8
+ <!-- Please provide a clear description of what is missing, preferably with a link to either openCypher or Neo4j. -->
You can’t perform that action at this time.
0 commit comments