Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: Bug Report
about: Report a bug in the Neo4j Javascript Driver
labels: "bug"
---

<!--
If you are an Enterprise customer, you might want to head over to our
[Customer Support Portal](https://support.neo4j.com/).
-->

<!--
If you are unsure about the usage of the driver, this issue tracker is not
the right place to ask. Please use one of the following channels instead:
- Neo4j Online Community: https://community.neo4j.com/
- StackOverflow: https://stackoverflow.com/questions/tagged/neo4j
- Discord: https://discord.gg/neo4j
- Neo4j Support Portal if you are an enterprise customer:
https://support.neo4j.com/
or check the documentation:
- API documentation: https://neo4j.com/docs/api/javascript-driver/current/
- Driver manual: https://neo4j.com/docs/javascript-manual/current/
-->

<!--
Make sure you've searched the issue tracker for similar issues first.
-->


# Bug Report
<!-- description of the found bug -->

<!--
Information to include:
Often, driver debug logs go a long way.
See https://neo4j.com/docs/javascript-manual/current/client-applications/#js-driver-logging on
how to enable them.
Also, **full** stacktraces are very helpful if Exceptions are involved.
A minimal reproducer if possible
https://stackoverflow.com/help/minimal-reproducible-example
-->


# My Environment
Node Version: <!-- output of `node --version` -->
Driver Version: <!-- 5.3.0, for instance -->
Neo4j Version and Edition: <!-- e.g., Neo4j 4.4.3 enterprise cluster -->
Operating System: <!-- e.g., Windows 10, Ubuntu 18.04, macOS 10.15 -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Feature Request
about: Suggest an idea for the Neo4j Javascript Driver
labels: "feature request"
---

# Feature Request
<!-- a brief description of what's requested -->

# Pitch
<!-- elaborate on the feature request and why it would be beneficial -->
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!--
Thanks for making the effort to create a Pull Request!
Please read the comment in its entirety fist.
If you haven't already, please sign our Contributor License Agreement at
https://neo4j.com/developer/cla/
Commits from accounts that have not signed the CLA will fail the CI and
will not be reviewed. If you are a first-time contributor and have just
signed the CLA, please include a note about this in the PR comment as some
manual steps from our side are required.
-->

<!--
Title:
PRs targeting the current default branch (nightly driver) don't follow a
fixed naming scheme.
If your PR is a backport, please use the following naming scheme:
[targeted version] description
e.g.,
[4.4] Remove a banana from the code
-->

<!--
Description:
Please include a summary of the changes in this PR and their purpose.
Link any related issues or PRs.
-->
53 changes: 0 additions & 53 deletions ISSUE_TEMPLATE.md

This file was deleted.