-
Notifications
You must be signed in to change notification settings - Fork 156
Modernize GitHub templates (issues and PRs) #1024
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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` --> | ||
bigmontz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 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 --> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
bigmontz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
bigmontz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| --> | ||
|
|
||
| <!-- | ||
| Description: | ||
| Please include a summary of the changes in this PR and their purpose. | ||
| Link any related issues or PRs. | ||
| --> | ||
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.