Organization profile and templates shared across repositories.
profile/README.md what shows on github.com/miniaccountant
profile/assets/ the logo the profile page loads
ISSUE_TEMPLATE/config.yml shared issue-creation config, no forms
A repository named .github is special: GitHub renders profile/README.md as
the organization's front page, and repositories without their own
ISSUE_TEMPLATE/ inherit config.yml from here.
config.yml carries no issue forms — only blank_issues_enabled: false and
three contact links. Almost everything in this organization is private, and
mcp-setup — the one public repository — is documentation rather than software
with a bug tracker, so the useful default is to route a would-be issue to
support instead of collecting it in a repository nobody triages.
The profile page loads its image over raw.githubusercontent.com, which serves
public repositories only. design is private, so a profile pointing at it
renders a broken image for every visitor. The icon in profile/assets/ is a
copy kept here for that reason.
The copy is the organization avatar, from
avatars.githubusercontent.com/u/117462485. When the avatar changes, refresh
the copy here to match.