Organization-wide defaults for MailCoded.
| Path | What it is |
|---|---|
profile/README.md |
the organization landing page, rendered at https://github.com/MailCoded |
GitHub renders the landing page only from a repository named exactly .github whose visibility is
public; a member-only variant would live in a private .github-private repository instead. The
file must be README.md inside a profile folder.
Against a repository that does not exist yet:
gh repo create MailCoded/.github --public --source . --pushAgainst an empty repository that already exists:
git init && git add . && git commit -m "docs: add the organization profile"
git remote add origin git@github.com:MailCoded/.github.git
git push -u origin mainNothing here is built or tested. Edit and push.
Files placed here are inherited by every repository in the organization that does not define its
own. None of these exist yet, in this repository or in mailcoded:
SECURITY.md— how to report a vulnerability privately. Worth having before the first release, since this project handles mail credentials.CONTRIBUTING.md,CODE_OF_CONDUCT.md.github/ISSUE_TEMPLATE/,.github/PULL_REQUEST_TEMPLATE.md