Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/new-content-needed.md
Original file line number Diff line number Diff line change
@@ -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: ''

---
Expand All @@ -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-->
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/typo.md
Original file line number Diff line number Diff line change
@@ -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: ''

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/website-issue.md
Original file line number Diff line number Diff line change
@@ -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

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/wrong-information-code-steps.md
Original file line number Diff line number Diff line change
@@ -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: ''

---
Expand Down