Skip to content

Commit 40d178c

Browse files
Add ISSUE_TEMPLATE
1 parent a0b3bf8 commit 40d178c

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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? -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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. -->

0 commit comments

Comments
 (0)