Skip to content

Commit 2a95e67

Browse files
Update issue templates (#675)
* Update issue templates * Quick fix * Quick fix * Template fix * Remove required
1 parent e8df283 commit 2a95e67

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ title: "[Bug]: <title>"
44
labels: ["bug", "triage"]
55

66
body:
7+
- type: checkboxes
8+
id: existingcheck
9+
attributes:
10+
label: Is there an existing issue for this?
11+
description: Please search to see if an issue already exists for the bug you encountered.
12+
options:
13+
- label: I have searched the existing issues
14+
- label: I have checked [#657](https://github.com/microsoft/graphrag/issues/657) to validate if my issue is covered by community support
715
- type: textarea
816
id: description
917
attributes:
@@ -34,6 +42,11 @@ body:
3442
label: GraphRAG Config Used
3543
description: The GraphRAG configuration used for the run.
3644
placeholder: The settings.yaml content or GraphRAG configuration
45+
value: |
46+
```yaml
47+
# Paste your config here
48+
49+
```
3750
- type: textarea
3851
id: screenshotslogs
3952
attributes:

.github/ISSUE_TEMPLATE/general_issue.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ title: "[Issue]: <title> "
44
labels: ["triage"]
55

66
body:
7+
- type: checkboxes
8+
id: existingcheck
9+
attributes:
10+
label: Is there an existing issue for this?
11+
description: Please search to see if an issue already exists for the bug you encountered.
12+
options:
13+
- label: I have searched the existing issues
14+
- label: I have checked [#657](https://github.com/microsoft/graphrag/issues/657) to validate if my issue is covered by community support
715
- type: textarea
816
id: description
917
attributes:
@@ -28,6 +36,11 @@ body:
2836
label: GraphRAG Config Used
2937
description: The GraphRAG configuration used for the run.
3038
placeholder: The settings.yaml content or GraphRAG configuration
39+
value: |
40+
```yaml
41+
# Paste your config here
42+
43+
```
3144
- type: textarea
3245
id: screenshotslogs
3346
attributes:

0 commit comments

Comments
 (0)