-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
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,49 @@ | ||
# [BOOK] `<title>` | ||
|
||
<!-- Example: [NLP] Add Transformers Pocket Reference --> | ||
<!-- Example: [CV] Fix CNN Architecture Diagram --> | ||
|
||
## Type of Change | ||
|
||
<!-- Put an `x` in the boxes that apply --> | ||
|
||
- [ ] New Pocket Reference | ||
- [ ] Edit to Existing Pocket Reference | ||
- [ ] Other (please describe): | ||
|
||
## Related Issue | ||
|
||
<!-- Link to the related issue --> | ||
|
||
Fixes # | ||
|
||
## Book | ||
|
||
<!-- Indicate which book this PR affects --> | ||
|
||
- [ ] fundamentals | ||
- [ ] nlp | ||
- [ ] cv | ||
- [ ] rl | ||
- [ ] fl | ||
- [ ] responsible_ai | ||
|
||
## Description | ||
|
||
<!-- Describe your changes in detail --> | ||
|
||
## Checklist | ||
|
||
<!-- Put an `x` in the boxes that apply --> | ||
|
||
- [ ] I have included appropriate contributor tags (`{{#author}}` or `{{#authors}}`) | ||
- [ ] I have added the reading time preprocessor tag under the title | ||
- [ ] Content is concise and within 7 minutes reading time | ||
- [ ] I have included relevant references and further reading links | ||
- [ ] I have tested locally using `mdbook watch books/<book-name> --open` | ||
- [ ] Pre-commit hooks pass without errors | ||
- [ ] I have linked to related issues | ||
|
||
## Additional Context | ||
|
||
<!-- Add any other context about the PR here --> |