Skip to content

Commit dfb58c4

Browse files
authored
Modernize GitHub templates (issues and PRs) (#1024)
1 parent dcb0ffd commit dfb58c4

File tree

4 files changed

+82
-53
lines changed

4 files changed

+82
-53
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug in the Neo4j Javascript Driver
4+
labels: "bug"
5+
---
6+
7+
<!--
8+
If you are an Enterprise customer, you might want to head over to our
9+
[Customer Support Portal](https://support.neo4j.com/).
10+
-->
11+
12+
<!--
13+
If you are unsure about the usage of the driver, this issue tracker is not
14+
the right place to ask. Please use one of the following channels instead:
15+
- Neo4j Online Community: https://community.neo4j.com/
16+
- StackOverflow: https://stackoverflow.com/questions/tagged/neo4j
17+
- Discord: https://discord.gg/neo4j
18+
- Neo4j Support Portal if you are an enterprise customer:
19+
https://support.neo4j.com/
20+
or check the documentation:
21+
- API documentation: https://neo4j.com/docs/api/javascript-driver/current/
22+
- Driver manual: https://neo4j.com/docs/javascript-manual/current/
23+
-->
24+
25+
<!--
26+
Make sure you've searched the issue tracker for similar issues first.
27+
-->
28+
29+
30+
# Bug Report
31+
<!-- description of the found bug -->
32+
33+
<!--
34+
Information to include:
35+
Often, driver debug logs go a long way.
36+
See https://neo4j.com/docs/javascript-manual/current/client-applications/#js-driver-logging on
37+
how to enable them.
38+
Also, **full** stacktraces are very helpful if Exceptions are involved.
39+
A minimal reproducer if possible
40+
https://stackoverflow.com/help/minimal-reproducible-example
41+
-->
42+
43+
44+
# My Environment
45+
Javascript Runtime Version: <!-- for instance, the output of `node --version` or the browser version -->
46+
Driver Version: <!-- 5.3.0, for instance -->
47+
Neo4j Version and Edition: <!-- e.g., Neo4j 4.4.3 enterprise cluster -->
48+
Operating System: <!-- e.g., Windows 10, Ubuntu 18.04, macOS 10.15 -->

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for the Neo4j Javascript Driver
4+
labels: "feature request"
5+
---
6+
7+
# Feature Request
8+
<!-- a brief description of what's requested -->
9+
10+
# Pitch
11+
<!-- elaborate on the feature request and why it would be beneficial -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
Thanks for making the effort to create a Pull Request!
3+
Please read the comment in its entirety fist.
4+
If you haven't already, please sign our Contributor License Agreement at
5+
https://neo4j.com/developer/cla/
6+
Commits from accounts that have not signed the CLA will fail the CI and
7+
will not be reviewed. If you are a first-time contributor and have just
8+
signed the CLA, please include a note about this in the PR comment as some
9+
manual steps from our side are required.
10+
-->
11+
12+
<!--
13+
Title:
14+
PRs targeting the current default branch (nightly driver) don't follow a
15+
fixed naming scheme.
16+
If your PR is a backport, please link the original PR in the comments.
17+
-->
18+
19+
<!--
20+
Description:
21+
Please include a summary of the changes in this PR and their purpose.
22+
Link any related issues or PRs.
23+
-->

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)