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 name: New Content Needed
about: Topic is missing and needs to be written about: Topic is missing and needs to be written
title: "[CONTENT]" title: ''
labels: content/missing-information labels: needs-triage,content/missing-information
assignees: '' assignees: ''
--- ---
@ -16,5 +16,12 @@ assignees: ''
**Where should the new material be placed?** **Where should the new material be placed?**
<!--Please suggest where in the docs structure the new content should be created--> <!--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** **Additional context**
<!--Add any other context or screenshots about the feature request here--> <!--Add any other context or screenshots about the feature request here-->

View File

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

View File

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

View File

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