From 5bb5944c5ff26481a741db0d8cdffda9f77df741 Mon Sep 17 00:00:00 2001 From: ramyaparimi Date: Thu, 22 Jul 2021 06:18:36 -0500 Subject: [PATCH] error fix ( removed -) --- .../ISSUE_TEMPLATE/improve-existing-docs.yaml | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml b/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml index d746901de3..bbb5285938 100644 --- a/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml +++ b/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml @@ -1,15 +1,17 @@ name: Improve existing content description: Make a suggestion to improve the content in an existing article title: "['Improve existing content']: " -labels: 'Improve existing content' +labels: + - content body: + # HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN ISSUE IN GITHUB/DOCS-CONTENT INSTEAD. - type: markdown attributes: value: | For questions, ask in [Discussions](https://github.com/github/docs/discussions) Before you file an issue read the - [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) - [Contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md) + - [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) + - [Contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md) - type: checkboxes attributes: @@ -21,25 +23,25 @@ body: - type: input attributes: - - label: What article on docs.github.com is affected? - placeholder: | - Please link to the article you'd like to see updated + label: What article on docs.github.com is affected? + placeholder: | + Please link to the article you'd like to see updated validations: required: true - type: input attributes: - - label: What part(s) of the article would you like to see updated? - placeholder: | - Give as much detail as you can to help us understand the change you want to see. - Why should the docs be changed? What use cases does it support? - What is the expected outcome? + label: What part(s) of the article would you like to see updated? + placeholder: | + - Give as much detail as you can to help us understand the change you want to see. + - Why should the docs be changed? What use cases does it support? + - What is the expected outcome? validations: - required: true + required: true - type: input attributes: - - label: Additional information - placeholder: | - Add any other context or screenshots about the feature request here. + label: Additional information + placeholder: | + Add any other context or screenshots about the feature request here. validations: - required: false + required: false