A mostly reasonable approach to documentation.
When possible store static assets in the .assets folder; not only is it faster but there is no dependency on the external hosting.
DO:
DON'T:
# {Repository Title}
[]({URL})
_{SHORT_DESCRIPTION}_

- Repository Title
- Badges
- Short Description
- Project Title Image
- Prefer to use an asset exported from assets/project-title.
- Project Screenshot Image
- Prefer to use an asset exported from assets/project-screenshot.
- Content (as relevant)
- Examples include: Getting Started, Installation, Usage, Contribution...etc