Use when creating or updating the readme (README.md).
# Project Name
<!-- If we have a descriptive one, use it. Otherwise, use the project dirname, project-name. -->
[][...]
One-line description that catches project's highlights
<!-- Say what the project can do (functionality), not how to do (methods).
**No period** if there is only one sentence. Add periods if there are multiple ones.
Texts can be hyperlinked. -->
[Documentation](...)
<!-- If there are external links, e.g., external documentations at docs.rs or github.io, put them here. -->
## Features
- **Feature**: Feature description. Do not include technical details.
- ...
- ...
## Prerequisites
List required dependencies, runtime, or systems.
Include versions if required.
## Get Started
Step-by-step instructions to run project, including installation, configuration, and usage.
## Config
List and explain configuration options.
## Other sections that are useful for users
...
## License
<!-- Always singular -->
Copyright (C) year Holder Name <email> **No period**
<!-- Try reading from ~/.gitconfig. -->
License Name (e.g., Apache License, Version 2.0) **No period**
<!-- Read LICENSE/LICENSE.*, or fallback to the license field of the package manifest (e.g., package.json, Cargo.toml, pyproject.toml, etc.). -->