From 5417dc3ce1b45524807c8825f205b3d48f71b795 Mon Sep 17 00:00:00 2001 From: Ollys420 <42599816+kristinoliver37@users.noreply.github.com> Date: Wed, 29 Jun 2022 22:47:49 +1000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/improve-existing-docs.md | 5 +++-- .github/ISSUE_TEMPLATE/improve-the-site.md | 3 ++- .../partner-contributed-documentation.md | 7 ++++--- .github/ISSUE_TEMPLATE/production-config-change.md | 3 ++- 5 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 000000000000..48d5f81fa422 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/improve-existing-docs.md b/.github/ISSUE_TEMPLATE/improve-existing-docs.md index 26d822b9a4be..5bf37388d93c 100644 --- a/.github/ISSUE_TEMPLATE/improve-existing-docs.md +++ b/.github/ISSUE_TEMPLATE/improve-existing-docs.md @@ -2,10 +2,11 @@ name: Improve existing docs about: Make a suggestion to improve our existing documentation. title: '' -labels: -- content +labels: '' assignees: '' + --- + diff --git a/.github/ISSUE_TEMPLATE/improve-the-site.md b/.github/ISSUE_TEMPLATE/improve-the-site.md index a79f8ed1008d..51e361e554e1 100644 --- a/.github/ISSUE_TEMPLATE/improve-the-site.md +++ b/.github/ISSUE_TEMPLATE/improve-the-site.md @@ -2,8 +2,9 @@ name: Improve the docs.github.com site about: Make a suggestions or report a problem on the docs.github.com website. title: '' -labels: engineering +labels: '' assignees: '' + ---