Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

.github

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.

Publishing

Against a repository that does not exist yet:

gh repo create MailCoded/.github --public --source . --push

Against 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 main

Nothing here is built or tested. Edit and push.

What else this repository can hold

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors