diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 369a8a25..b6aa361d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -4,6 +4,14 @@ title: "[Bug]:
"
labels: ["bug", "triage"]
body:
+ - type: checkboxes
+ id: existingcheck
+ attributes:
+ label: Is there an existing issue for this?
+ description: Please search to see if an issue already exists for the bug you encountered.
+ options:
+ - label: I have searched the existing issues
+ - label: I have checked [#657](https://github.com/microsoft/graphrag/issues/657) to validate if my issue is covered by community support
- type: textarea
id: description
attributes:
@@ -34,6 +42,11 @@ body:
label: GraphRAG Config Used
description: The GraphRAG configuration used for the run.
placeholder: The settings.yaml content or GraphRAG configuration
+ value: |
+ ```yaml
+ # Paste your config here
+
+ ```
- type: textarea
id: screenshotslogs
attributes:
diff --git a/.github/ISSUE_TEMPLATE/general_issue.yml b/.github/ISSUE_TEMPLATE/general_issue.yml
index 852bf958..79b408c1 100644
--- a/.github/ISSUE_TEMPLATE/general_issue.yml
+++ b/.github/ISSUE_TEMPLATE/general_issue.yml
@@ -4,6 +4,14 @@ title: "[Issue]: "
labels: ["triage"]
body:
+ - type: checkboxes
+ id: existingcheck
+ attributes:
+ label: Is there an existing issue for this?
+ description: Please search to see if an issue already exists for the bug you encountered.
+ options:
+ - label: I have searched the existing issues
+ - label: I have checked [#657](https://github.com/microsoft/graphrag/issues/657) to validate if my issue is covered by community support
- type: textarea
id: description
attributes:
@@ -28,6 +36,11 @@ body:
label: GraphRAG Config Used
description: The GraphRAG configuration used for the run.
placeholder: The settings.yaml content or GraphRAG configuration
+ value: |
+ ```yaml
+ # Paste your config here
+
+ ```
- type: textarea
id: screenshotslogs
attributes: