Skip to content

Commit

Permalink
Add Documentation Issue Template (#748)
Browse files Browse the repository at this point in the history
* add kitchen sink projects

* commit changes
  • Loading branch information
tobySolutions authored Oct 16, 2023
1 parent 00c9c8d commit 028eb18
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/kitchen-sink/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -897,4 +897,4 @@ input[type='range'] {

.play-again-button:hover {
background-color: #45a049;
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 028eb18

Please sign in to comment.