feat(CI): add module name link

This commit is contained in:
FangYin Cheng 2023-09-06 09:28:53 +08:00
parent 0987c37313
commit 50e0a0afd5
3 changed files with 17 additions and 1 deletions

View File

@ -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:

View File

@ -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

View File

@ -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