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
|
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-->
|
||||||
|
|
|
||||||
|
|
@ -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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue