๐Ÿš€ Setup Instructions for .github Repository

What you need to do:

1. Navigate to the folder

cd ~/projects/metinet-de-github

2. Initialize Git

git init

3. Add all files

git add .

4. Commit

git commit -m "Add organization profile and community files"

5. Add remote

git remote add origin https://github.com/metinet-de/.github.git

6. Rename branch to main

git branch -M main

7. Push to GitHub

git push -u origin main

โœ… After pushing:

  1. Go to: https://github.com/metinet-de
  2. You should see your organization profile with the README content
  3. All repositories will inherit SECURITY.md and CONTRIBUTING.md

๐Ÿ“ Whatโ€™s included:

metinet-de-github/
โ”œโ”€โ”€ profile/
โ”‚   โ””โ”€โ”€ README.md          # Organization profile (shown on github.com/metinet-de)
โ”œโ”€โ”€ SECURITY.md            # Security policy for all repos
โ”œโ”€โ”€ CONTRIBUTING.md        # Contribution guidelines for all repos
โ”œโ”€โ”€ README.md              # This repo's README
โ””โ”€โ”€ SETUP.md               # These instructions

๐ŸŽฏ Result:

  • โœ… Professional organization profile
  • โœ… Imprint/Impressum included
  • โœ… Security policy
  • โœ… Contribution guidelines
  • โœ… Applies to ALL repositories in metinet-de

Ready to push! ๐Ÿš€