Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Documentation Issue Template #748

Merged
merged 3 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading