From 14e772f0139d5043563d74bc1a65c1a5956af8d8 Mon Sep 17 00:00:00 2001 From: Tobiloba Adedeji <96334363+tobySolutions@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:10:11 +0000 Subject: [PATCH] Revert "Add Documentation Issue Template (#748)" This reverts commit 028eb18d6d32d34455300d7a8c99b4d3bf569295. --- .github/ISSUE_TEMPLATE/documentation.yml | 37 ------------------------ packages/kitchen-sink/src/style.css | 2 +- pnpm-lock.yaml | 3 -- 3 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/documentation.yml diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml deleted file mode 100644 index 7c421df96a..0000000000 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: "Documentation Report" -description: Suggest improvements for the docs -title: '[Docs]: ' -labels: [] -body: - - type: textarea - id: description - attributes: - label: Description - description: A clear and concise description of what have to be updated. - placeholder: When I go to the commands.md doc, I notice that it doesn't have a table of contents - validations: - required: true - - - type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false - - - type: checkboxes - id: guidelines - attributes: - label: Code of Conduct - options: - - label: I agree to follow this project's [Code of Conduct](https://github.com/aidenybai/million/blob/main/.github/CODE_OF_CONDUCT.md) - required: true - - type: markdown - attributes: - value: | - ### Call to Action - - To Commit on this project you should use `npm run commit`. Do not use `git commit` to avoid unwanted issues. \ No newline at end of file diff --git a/packages/kitchen-sink/src/style.css b/packages/kitchen-sink/src/style.css index 993445f1d6..a088d98b20 100644 --- a/packages/kitchen-sink/src/style.css +++ b/packages/kitchen-sink/src/style.css @@ -897,4 +897,4 @@ input[type='range'] { .play-again-button:hover { background-color: #45a049; -} +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 201278aae5..359c1f131c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -199,9 +199,6 @@ importers: '@reduxjs/toolkit': specifier: ^1.9.6 version: 1.9.6(react-redux@8.1.3)(react@18.2.0) - '@reduxjs/toolkit': - specifier: ^1.9.6 - version: 1.9.6(react-redux@8.1.3)(react@18.2.0) '@tanstack/react-query': specifier: ^4.32.6 version: 4.32.6(react-dom@18.2.0)(react@18.2.0)