Update issue templates (#1563)

* Update issue templates

* Add needs-triage
This commit is contained in:
Aaron Crawfis 2021-06-14 19:06:12 -07:00 committed by GitHub
parent e0669765be
commit e71fa4906e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 8 deletions

View File

@ -1,8 +1,8 @@
---
name: New Content Needed
about: Topic is missing and needs to be written
title: "[CONTENT]"
labels: content/missing-information
title: ''
labels: needs-triage,content/missing-information
assignees: ''
---
@ -16,5 +16,12 @@ assignees: ''
**Where should the new material be placed?**
<!--Please suggest where in the docs structure the new content should be created-->
**The associated pull request from dapr/dapr, dapr/components-contrib, or other Dapr code repos**
<!--
Specify the URL to the associated pull request, if applicable
For example: https://github.com/dapr/dapr/pull/3277
-->
**Additional context**
<!--Add any other context or screenshots about the feature request here-->

View File

@ -1,8 +1,8 @@
---
name: Typo
about: Report incorrect language/small updates to fix readability
title: "[TYPO]"
labels: content/typo
title: ''
labels: needs-triage,content/typo
assignees: ''
---

View File

@ -1,8 +1,8 @@
---
name: Website Issue
about: The website is broken or not working correctly.
title: "[WEBSITE]"
labels: website/functionality
title: ''
labels: needs-triage,website/functionality
assignees: AaronCrawfis
---

View File

@ -1,8 +1,8 @@
---
name: Wrong Information/Code/Steps
about: Something in the docs is incorrect
title: "[CONTENT]"
labels: P1, content/incorrect-information
title: ''
labels: needs-triage,content/incorrect-information
assignees: ''
---