22 lines
596 B
Markdown
22 lines
596 B
Markdown
|
---
|
||
|
name: Documentation
|
||
|
about: Update the project's documentation.
|
||
|
title: "[DOC]"
|
||
|
labels: documentation
|
||
|
assignees: Alexhuszagh
|
||
|
|
||
|
---
|
||
|
|
||
|
**NOTE:**
|
||
|
- If you have made any changes to doc comments, please run `cargo fmt` on nightly prior to committing.
|
||
|
|
||
|
## Description
|
||
|
Please include a clear and concise description of fixes made to the documentation.
|
||
|
|
||
|
Ex: Fixed a backtick leading to improper formatting in README.
|
||
|
Ex: Fixed code sample for `parse_partial` in README.
|
||
|
Ex: Updated outdated doc comments in `parse_float`.
|
||
|
|
||
|
## Additional Context
|
||
|
Add any other context or screenshots about the issue here.
|