-
-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Documentation Issue Template (#748)
* add kitchen sink projects * commit changes
- Loading branch information
1 parent
00c9c8d
commit 028eb18
Showing
3 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -897,4 +897,4 @@ input[type='range'] { | |
|
||
.play-again-button:hover { | ||
background-color: #45a049; | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.