Add content label to bug and user-feedback templates (#708)
Adding the "content 📄" label to the bug and user-feedback issue
templates so that they will be included in a sort of all content-related
issues.
This commit is contained in:
parent
5c14a742ae
commit
e7e7017e90
|
@ -1,6 +1,6 @@
|
|||
name: 🪲 Content bug or inaccuracy
|
||||
description: Report typos, bugs, out-of-date content, broken links, etc.
|
||||
labels: ["bug 🐛"]
|
||||
labels: ["bug 🐛", "content 📄"]
|
||||
assignees:
|
||||
- abbycross
|
||||
- beckykd
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: Overall impressions and feedback
|
||||
description: Provide feedback that will be read by both the Docs team and the Design Research team.
|
||||
labels: ["user feedback 📥 "]
|
||||
labels: ["user feedback 📥 ", "content 📄"]
|
||||
assignees:
|
||||
- abbycross
|
||||
- beckykd
|
||||
|
|
Loading…
Reference in New Issue