From d276e53b15604b44ec15c8020ea48b18eca2c81f Mon Sep 17 00:00:00 2001 From: ramyaparimi Date: Thu, 22 Jul 2021 14:19:15 -0500 Subject: [PATCH] path fix --- .../PULL_REQUEST_TEMPLATE.md | 0 .../pull-request-issue-template.yaml | 47 ------------------- 2 files changed, 47 deletions(-) rename .github/{ => PULL_REQUEST_TEMPLATE}/PULL_REQUEST_TEMPLATE.md (100%) rename .github/{ => PULL_REQUEST_TEMPLATE}/pull-request-issue-template.yaml (55%) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md diff --git a/.github/pull-request-issue-template.yaml b/.github/PULL_REQUEST_TEMPLATE/pull-request-issue-template.yaml similarity index 55% rename from .github/pull-request-issue-template.yaml rename to .github/PULL_REQUEST_TEMPLATE/pull-request-issue-template.yaml index f4bd1f32d2..dc37c8dd4d 100644 --- a/.github/pull-request-issue-template.yaml +++ b/.github/PULL_REQUEST_TEMPLATE/pull-request-issue-template.yaml @@ -1,50 +1,3 @@ -name: Improve existing content -description: Make a suggestion to improve the content in an existing article -title: "['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) - - - type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues) - options: - - label: I have searched the existing issues - required: true - - - type: textarea - attributes: - 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: textarea - 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? - validations: - required: true - - - type: textarea - attributes: - label: Additional information - placeholder: | - Add any other context or screenshots about the feature request here. - validations: - required: false name: Pull Request Form description: Make a pull request for an existing issue title: "['Improve existing content']: "