diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml new file mode 100644 index 0000000000..7c421df96a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -0,0 +1,37 @@ +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 a088d98b20..993445f1d6 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 359c1f131c..201278aae5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -199,6 +199,9 @@ 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)