diff --git a/.github/ISSUE_TEMPLATE/new-content-needed.md b/.github/ISSUE_TEMPLATE/new-content-needed.md index 20564eb2a7c..5a1ec2bafc1 100644 --- a/.github/ISSUE_TEMPLATE/new-content-needed.md +++ b/.github/ISSUE_TEMPLATE/new-content-needed.md @@ -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?** +**The associated pull request from dapr/dapr, dapr/components-contrib, or other Dapr code repos** + + **Additional context** diff --git a/.github/ISSUE_TEMPLATE/typo.md b/.github/ISSUE_TEMPLATE/typo.md index 1a7a32fd95f..9ad74454f26 100644 --- a/.github/ISSUE_TEMPLATE/typo.md +++ b/.github/ISSUE_TEMPLATE/typo.md @@ -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: '' --- diff --git a/.github/ISSUE_TEMPLATE/website-issue.md b/.github/ISSUE_TEMPLATE/website-issue.md index 12afec0a33c..3f23d75cd69 100644 --- a/.github/ISSUE_TEMPLATE/website-issue.md +++ b/.github/ISSUE_TEMPLATE/website-issue.md @@ -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 --- diff --git a/.github/ISSUE_TEMPLATE/wrong-information-code-steps.md b/.github/ISSUE_TEMPLATE/wrong-information-code-steps.md index 16896b6711c..150371fe400 100644 --- a/.github/ISSUE_TEMPLATE/wrong-information-code-steps.md +++ b/.github/ISSUE_TEMPLATE/wrong-information-code-steps.md @@ -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: '' ---