Skip to content

Commit cffcbce

Browse files
authored
streamline issue templates (#113)
1 parent f23c08e commit cffcbce

File tree

4 files changed

+21
-37
lines changed

4 files changed

+21
-37
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ body:
4141
placeholder: surreal 0.0.0 for macOS on aarch64
4242
validations:
4343
required: true
44+
- type: input
45+
id: sdk-version
46+
attributes:
47+
label: SurrealDB Java SDK version
48+
description: Which version of the SDK are you using?
49+
placeholder: surrealdb.java 0.1.0 for macOS on aarch64 using OpenJDK 17
50+
validations:
51+
required: true
4452
- type: input
4553
id: contact
4654
attributes:
@@ -60,7 +68,7 @@ body:
6068
- type: checkboxes
6169
id: terms
6270
attributes:
63-
label: Code of Conduct
71+
label: Code of Conduct (repository /surrealdb.java)
6472
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/surrealdb/surrealdb)
6573
options:
6674
- label: I agree to follow this project's Code of Conduct

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
3+
- name: Documentation
4+
url: https://github.com/surrealdb/docs.surrealdb.com/issues/new/choose
5+
about: Report issues with the documentation here.
36
- name: Question or idea
47
url: https://github.com/surrealdb/surrealdb.java/discussions
58
about: Ask questions and discuss ideas here.

.github/ISSUE_TEMPLATE/documentation.yml

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

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ body:
4141
placeholder: surreal 0.0.0 for macOS on aarch64
4242
validations:
4343
required: true
44+
- type: input
45+
id: sdk-version
46+
attributes:
47+
label: SurrealDB Java SDK version
48+
description: Which version of the SDK are you using?
49+
placeholder: surrealdb.java 0.1.0 for macOS on aarch64 using OpenJDK 17
50+
validations:
51+
required: true
4452
- type: input
4553
id: contact
4654
attributes:
@@ -60,7 +68,7 @@ body:
6068
- type: checkboxes
6169
id: terms
6270
attributes:
63-
label: Code of Conduct
71+
label: Code of Conduct (repository /surrealdb.java)
6472
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/surrealdb/surrealdb)
6573
options:
6674
- label: I agree to follow this project's Code of Conduct

0 commit comments

Comments
 (0)