How to host image at https://user-images.githubusercontent.com/{path}/{filename}?
You can create a .github/images directory in your repo and add all your assets there. Assets added here will be available on https://raw.githubusercontent.com/{github_user_name}/{repo_name}/{branch}/.github/images/{asset_name}.{asset_extension} Once you push .github/images directory to remote your assets should be available through the mentioned link. And https://user-images.githubusercontent.com/ is used by GitHub to store images added in issues, PR’s, etc., Hope it … Read more