diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index dbbcc4c051de..92d85fe5fe06 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -1,7 +1,7 @@ name: "📕 Documentation Issue" description: Report an issue in the API Reference documentation or Developer Guide title: "(short issue description)" -labels: [documentation, needs-triage] +labels: [documentation, needs-triage, bug] assignees: [] body: - type: markdown @@ -24,4 +24,5 @@ body: description: | Include links to affected documentation page(s). validations: - required: true \ No newline at end of file + + required: true