diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b150bc0e2c..a07df53ec1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,22 +1,3 @@ - - --- name: Bug report about: Something isn't working as expected. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index b10ee34946..d8b5e5b065 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,22 +1,3 @@ - - --- name: "\U0001F680 Feature Request" about: I have a suggestion diff --git a/.github/ISSUE_TEMPLATE/general_question.md b/.github/ISSUE_TEMPLATE/general_question.md index d65b559cd8..fde639586f 100644 --- a/.github/ISSUE_TEMPLATE/general_question.md +++ b/.github/ISSUE_TEMPLATE/general_question.md @@ -1,22 +1,3 @@ - - --- name: "\U0001F914 General Question" about: General question that isn't answered in docs diff --git a/.licenserc.yaml b/.licenserc.yaml index c2ddca1a80..83badcf1d6 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -24,6 +24,9 @@ header: - 'LICENSE' - 'NOTICE' - '.github/pull_request_template.md' + - '.github/ISSUE_TEMPLATE/bug_report.md' + - '.github/ISSUE_TEMPLATE/feature-request.md' + - '.github/ISSUE_TEMPLATE/general_question.md' - '.rat-excludes' - 'DISCLAIMER-WIP' # TODO(yingchun): rrdb_types.* files can be automatic generated when build, we can remove them later.