File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ title: "[Bug]: <title>"
44labels : ["bug", "triage"]
55
66body :
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 :
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 :
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ title: "[Issue]: <title> "
44labels : ["triage"]
55
66body :
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 :
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 :
You can’t perform that action at this time.
0 commit comments