mirror of https://github.com/dapr/docs.git
Update issue templates (#1563)
* Update issue templates * Add needs-triage
This commit is contained in:
parent
e0669765be
commit
e71fa4906e
|
|
@ -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-->
|
||||
|
|
|
|||
|
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue