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: '' + ---