From 5cc4d0eb1ca87008d071bce2fb80a8b4f7d7e221 Mon Sep 17 00:00:00 2001 From: Janice Date: Fri, 19 Feb 2021 10:35:58 -0700 Subject: [PATCH] Revert "Update issue templates" --- .../ISSUE_TEMPLATE/improve-existing-docs.md | 33 ++++++++++++++++ .../ISSUE_TEMPLATE/improve-existing-docs.yaml | 39 ------------------- .github/ISSUE_TEMPLATE/improve-the-site.md | 33 ++++++++++++++++ .github/ISSUE_TEMPLATE/improve-the-site.yaml | 34 ---------------- 4 files changed, 66 insertions(+), 73 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/improve-existing-docs.md delete mode 100644 .github/ISSUE_TEMPLATE/improve-existing-docs.yaml create mode 100644 .github/ISSUE_TEMPLATE/improve-the-site.md delete mode 100644 .github/ISSUE_TEMPLATE/improve-the-site.yaml diff --git a/.github/ISSUE_TEMPLATE/improve-existing-docs.md b/.github/ISSUE_TEMPLATE/improve-existing-docs.md new file mode 100644 index 0000000000..26d822b9a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improve-existing-docs.md @@ -0,0 +1,33 @@ +--- +name: Improve existing docs +about: Make a suggestion to improve our existing documentation. +title: '' +labels: +- content +assignees: '' +--- + + + + +### What article on docs.github.com is affected? + + + +### What part(s) of the article would you like to see updated? + + + +### Additional information + + diff --git a/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml b/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml deleted file mode 100644 index 7203c0a930..0000000000 --- a/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml +++ /dev/null @@ -1,39 +0,0 @@ ---- -name: Improve existing docs -about: Make a suggestion to improve our existing documentation. -labels: content -body: - - type: markdown - attributes: - value: | - HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN ISSUE IN GITHUB/DOCS-CONTENT INSTEAD. - - For questions, ask in Discussions: https://github.com/github/docs/discussions - - type: checkboxes - attributes: - label: Contributing Guidelines - options: - - label: 'I agree to follow the [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md)' - required: true - - label: 'I have read the [Contributing Guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md)' - required: true - - label: 'There is not a similar issue that has been [already opened](https://github.com/github/docs/issues)' - required: true - - type: textarea - attributes: - label: Which article? - description: What article on [docs.github.com](https://docs.github.com) is affected? - placeholder: Add a link to the article you'd like to see updated - validations: - required: true - - type: textarea - attributes: - label: Desired Updates - description: 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. diff --git a/.github/ISSUE_TEMPLATE/improve-the-site.md b/.github/ISSUE_TEMPLATE/improve-the-site.md new file mode 100644 index 0000000000..a79f8ed100 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improve-the-site.md @@ -0,0 +1,33 @@ +--- +name: Improve the docs.github.com site +about: Make a suggestions or report a problem on the docs.github.com website. +title: '' +labels: engineering +assignees: '' +--- + + + + + +### What is the current behavior? + + + +### What changes are you suggesting? + + + +### Additional information + + diff --git a/.github/ISSUE_TEMPLATE/improve-the-site.yaml b/.github/ISSUE_TEMPLATE/improve-the-site.yaml deleted file mode 100644 index a811407870..0000000000 --- a/.github/ISSUE_TEMPLATE/improve-the-site.yaml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Suggest ideas and updates for the Docs website -about: Make a suggestions or report a problem on the docs.github.com website. -labels: engineering -body: - - type: markdown - attributes: - value: | - HUBBERS BEWARE! Please confirm you're on the github/docs-internal repo and not the github/docs repo before proceeding, unless you want to make your work public to the entire internet. The github/docs repo is open source and public to the entire internet. - - For questions, ask in Discussions: https://github.com/github/docs/discussions - - type: checkboxes - attributes: - label: Contributing Guidelines - options: - - label: 'I agree to follow the [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md)' - required: true - - label: 'I have read the [Contributing Guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md)' - required: true - - label: 'There is not a similar issue that has been [already opened](https://github.com/github/docs/issues)' - required: true - - type: textarea - attributes: - label: Suggestion - description: What changes are you suggesting? - placeholder: Explain, in writing, with as much detail as possible, what changes you're suggesting and why. Provide supporting information using screenshots and URLs where possible, to help us understand your suggested changes. - validations: - required: true - - type: textarea - attributes: - label: Additional Information - placeholder: Any additional information, configuration, or data that might be necessary to reproduce the issue. - validations: - required: true