diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 8437e773e..17ebbefbb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/documentation-related.yml b/.github/ISSUE_TEMPLATE/documentation-related.yml index 1f7ceb778..8d83f2623 100644 --- a/.github/ISSUE_TEMPLATE/documentation-related.yml +++ b/.github/ISSUE_TEMPLATE/documentation-related.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 9495737e1..d611b7da3 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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