mirror of
https://github.com/microsoft/graphrag.git
synced 2025-11-03 03:10:08 +00:00
Update issue templates for more explicit guidance (#738)
This commit is contained in:
parent
f5c9c2bee0
commit
971e7d91f5
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -7,11 +7,12 @@ 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.
|
||||
label: Do you need to file an issue?
|
||||
description: Please help us manage our time by avoiding duplicates and common questions with the steps below.
|
||||
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
|
||||
- label: I have searched the existing issues and this bug is not already filed.
|
||||
- label: My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
|
||||
- label: I believe this is a legitimate bug, not just a question. If this is a question, please use the Discussions area.
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
|
||||
9
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
9
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -4,6 +4,15 @@ labels: ["enhancement"]
|
||||
title: "[Feature Request]: <title>"
|
||||
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: existingcheck
|
||||
attributes:
|
||||
label: Do you need to file an issue?
|
||||
description: Please help us manage our time by avoiding duplicates and common questions with the steps below.
|
||||
options:
|
||||
- label: I have searched the existing issues and this feature is not already filed.
|
||||
- label: My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
|
||||
- label: I believe this is a legitimate feature request, not just a question. If this is a question, please use the Discussions area.
|
||||
- type: textarea
|
||||
id: problem_description
|
||||
attributes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user