Skip to content

Commit bbb6100

Browse files
authored
Update documentation.yml (#4725)
Add bug label when creating a new document issue.
1 parent 423cee2 commit bbb6100

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "📕 Documentation Issue"
33
description: Report an issue in the API Reference documentation or Developer Guide
44
title: "(short issue description)"
5-
labels: [documentation, needs-triage]
5+
labels: [documentation, needs-triage, bug]
66
assignees: []
77
body:
88
- type: textarea
@@ -21,3 +21,4 @@ body:
2121
Include links to affected documentation page(s).
2222
validations:
2323
required: true
24+

0 commit comments

Comments
 (0)