From e4864eac5fdd5a8ae2a59c6bbaa22a2fc45b954f Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Mon, 14 Jun 2021 17:08:58 -0700 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/new-content-needed.md | 9 ++++++++- .github/ISSUE_TEMPLATE/typo.md | 2 +- .github/ISSUE_TEMPLATE/website-issue.md | 4 ++-- .github/ISSUE_TEMPLATE/wrong-information-code-steps.md | 4 ++-- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-content-needed.md b/.github/ISSUE_TEMPLATE/new-content-needed.md index 20564eb2a7c..3524d71bac2 100644 --- a/.github/ISSUE_TEMPLATE/new-content-needed.md +++ b/.github/ISSUE_TEMPLATE/new-content-needed.md @@ -1,7 +1,7 @@ --- name: New Content Needed about: Topic is missing and needs to be written -title: "[CONTENT]" +title: '' labels: 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..83d431683d3 100644 --- a/.github/ISSUE_TEMPLATE/typo.md +++ b/.github/ISSUE_TEMPLATE/typo.md @@ -1,7 +1,7 @@ --- name: Typo about: Report incorrect language/small updates to fix readability -title: "[TYPO]" +title: '' labels: 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: '' --- From 5a92e5e3d10abb3c699e18230bf252bb8b73c84f Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Mon, 14 Jun 2021 17:11:01 -0700 Subject: [PATCH 2/2] Add needs-triage --- .github/ISSUE_TEMPLATE/new-content-needed.md | 2 +- .github/ISSUE_TEMPLATE/typo.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-content-needed.md b/.github/ISSUE_TEMPLATE/new-content-needed.md index 3524d71bac2..5a1ec2bafc1 100644 --- a/.github/ISSUE_TEMPLATE/new-content-needed.md +++ b/.github/ISSUE_TEMPLATE/new-content-needed.md @@ -2,7 +2,7 @@ name: New Content Needed about: Topic is missing and needs to be written title: '' -labels: content/missing-information +labels: needs-triage,content/missing-information assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/typo.md b/.github/ISSUE_TEMPLATE/typo.md index 83d431683d3..9ad74454f26 100644 --- a/.github/ISSUE_TEMPLATE/typo.md +++ b/.github/ISSUE_TEMPLATE/typo.md @@ -2,7 +2,7 @@ name: Typo about: Report incorrect language/small updates to fix readability title: '' -labels: content/typo +labels: needs-triage,content/typo assignees: '' ---