diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 18956691..adcd03ef 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,7 +18,7 @@ name: Bug report title: "[Bug] Bug title " description: If something isn't working as expected. -labels: [ "bug" ] +labels: [ "type: bug" ] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/documentation_related.yml b/.github/ISSUE_TEMPLATE/documentation_related.yml index 05e4f92a..6a6cc0ef 100644 --- a/.github/ISSUE_TEMPLATE/documentation_related.yml +++ b/.github/ISSUE_TEMPLATE/documentation_related.yml @@ -18,7 +18,7 @@ name: Documentation Related title: "[Doc] Documentation Related " description: I find some issues related to the documentation. -labels: [ "documentation" ] +labels: [ "type: documentation" ] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.yml b/.github/ISSUE_TEMPLATE/enhancement_request.yml index 0c4b0c7a..f0cb833d 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.yml +++ b/.github/ISSUE_TEMPLATE/enhancement_request.yml @@ -18,7 +18,7 @@ name: Enhancement Request title: "[Enhancement] Enhancement title" description: I want to suggest an enhancement for this project -labels: [ "enhancement" ] +labels: [ "type: enhancement" ] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a30d72c7..9c2812f4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -18,7 +18,7 @@ name: Feature Request title: "[Feature] Feature title " description: I want to suggest a feature for this project. -labels: [ "feature" ] +labels: [ "type: feature" ] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index ad374b4f..638dbbd7 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -18,7 +18,7 @@ name: Question title: "[Question] Question title " description: I have a question that isn't answered in docs or issue. -labels: [ "question" ] +labels: [ "type: question" ] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/unit_test.yml b/.github/ISSUE_TEMPLATE/unit_test.yml index a108cac1..3974c9db 100644 --- a/.github/ISSUE_TEMPLATE/unit_test.yml +++ b/.github/ISSUE_TEMPLATE/unit_test.yml @@ -18,7 +18,7 @@ name: Unit Test title: "[Unit Test] Unit test title" description: I want to do some unit tests for this project -labels: [ "testing" ] +labels: [ "type: testing" ] body: - type: markdown attributes: