Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 5d63def

Browse files
committed
project: revised github issue templates
1 parent 66082af commit 5d63def

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ body:
1010
- type: input
1111
id: version
1212
attributes:
13-
label: Kuzu version
14-
description: What version of Kuzu are you using?
13+
label: CypherDB version
14+
description: What version of CypherDB are you using?
1515
placeholder: v0.4.0
1616
validations:
1717
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Discord Community Support
4-
url: https://discord.gg/VtX2gw9Rug
4+
url: https://discord.gg/neo4j
55
about: Please ask questions that involve detailed discussions to the Discord community here.

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ body:
1818
label: Link
1919
description: >
2020
Provide a link to the existing documentation, if applicable.
21-
placeholder: ex. https://docs.kuzudb.com/cypher/
21+
placeholder: ex. https://opencypher.github.io/cypherdb/
2222
validations:
2323
required: false

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Feature suggestion
2-
description: Suggestion a new feature for Kuzu
2+
description: Suggestion a new feature for CypherDB
33
title: "Feature: "
44
labels: [feature]
55
body:

.github/ISSUE_TEMPLATE/optimization.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Performance optimization suggestion
2-
description: Suggestion a new performance optimization idea for Kuzu
2+
description: Suggestion a new performance optimization idea for CypherDB
33
title: "Optimization: "
44
labels: [performance optimization]
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
Share a new idea for improving Kuzu's performance.
9+
Share a new idea for improving CypherDB's performance.
1010
- type: textarea
1111
id: description
1212
attributes:

0 commit comments

Comments
 (0)