mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
71 lines
2.1 KiB
YAML
71 lines
2.1 KiB
YAML
name: Bug Report
|
|
description: File a bug report
|
|
title: "[Bug]: <title>"
|
|
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:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: What went wrong?
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: |
|
|
Steps to reproduce the behavior:
|
|
|
|
1. Step 1
|
|
2. Step 2
|
|
3. ...
|
|
4. See error
|
|
placeholder: How can we replicate the issue?
|
|
- type: textarea
|
|
id: expected_behavior
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: A clear and concise description of what you expected to happen.
|
|
placeholder: What should have happened?
|
|
- type: textarea
|
|
id: configused
|
|
attributes:
|
|
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:
|
|
label: Logs and screenshots
|
|
description: If applicable, add screenshots and logs to help explain your problem.
|
|
placeholder: Add logs and screenshots here
|
|
- type: textarea
|
|
id: additional_information
|
|
attributes:
|
|
label: Additional Information
|
|
description: |
|
|
- GraphRAG Version: e.g., v0.1.1
|
|
- Operating System: e.g., Windows 10, Ubuntu 20.04
|
|
- Python Version: e.g., 3.8
|
|
- Related Issues: e.g., #1
|
|
- Any other relevant information.
|
|
value: |
|
|
- GraphRAG Version:
|
|
- Operating System:
|
|
- Python Version:
|
|
- Related Issues:
|