mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-01 08:11:45 +00:00
feat(CI): add module name link
This commit is contained in:
parent
0987c37313
commit
50e0a0afd5
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -6,7 +6,9 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >
|
||||
Thank you for taking the time to report a bug.
|
||||
Thank you for taking the time to report a bug. The `[Module Name]` in title see
|
||||
[here](https://github.com/eosphoros-ai/DB-GPT/labels?q=Module),
|
||||
if you don't know the module name, you don't have to fill it in.
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
|
@ -3,6 +3,13 @@ description: Suggest an improvement or report a bug for this project's Documenta
|
||||
title: "[Doc][Module Name] Documentation bug or improvement"
|
||||
labels: [ "documentation", "Waiting for reply" ]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >
|
||||
Thank you for taking the time to suggest an improvement or report a bug for this project's documentation.
|
||||
The `[Module Name]` in title see [here](https://github.com/eosphoros-ai/DB-GPT/labels?q=Module),
|
||||
if you don't know the module name, you don't have to fill it in.
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Search before asking
|
||||
|
7
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
7
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@ -3,6 +3,13 @@ description: Suggest an idea for this project
|
||||
title: "[Feature][Module Name] Feature title"
|
||||
labels: [ "enhancement", "Waiting for reply" ]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >
|
||||
Thank you for taking the time to suggest an idea for this project.
|
||||
The `[Module Name]` in title see [here](https://github.com/eosphoros-ai/DB-GPT/labels?q=Module),
|
||||
if you don't know the module name, you don't have to fill it in.
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Search before asking
|
||||
|
Loading…
Reference in New Issue
Block a user