From 2a95e6771c514287cae598560fc1bf635243bffd Mon Sep 17 00:00:00 2001 From: Alonso Guevara Date: Wed, 24 Jul 2024 14:01:44 -0600 Subject: [PATCH] Update issue templates (#675) * Update issue templates * Quick fix * Quick fix * Template fix * Remove required --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 +++++++++++++ .github/ISSUE_TEMPLATE/general_issue.yml | 13 +++++++++++++ 2 files changed, 26 insertions(+) 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]: <title> " 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: