Files
Diablo/CODEOWNERS
Line: 7: incorrect codeowner user: Anlominus Line: 7: no users/groups matched Line: 10: incorrect codeowner user: Anlominus Line: 10: no users/groups matched Line: 13: incorrect codeowner user: Anlominus Line: 13: no users/groups matched Line: 16: incorrect codeowner user: Anlominus Line: 16: no users/groups matched Line: 17: incorrect codeowner user: Anlominus Line: 17: no users/groups matched Line: 18: incorrect codeowner user: Anlominus Line: 18: no users/groups matched Line: 19: incorrect codeowner user: Anlominus Line: 19: no users/groups matched Line: 22: incorrect codeowner user: Anlominus Line: 22: no users/groups matched Line: 23: incorrect codeowner user: Anlominus Line: 23: no users/groups matched Line: 24: incorrect codeowner user: Anlominus Line: 24: no users/groups matched Line: 27: incorrect codeowner user: Anlominus Line: 27: no users/groups matched Line: 30: incorrect codeowner user: Anlominus Line: 30: no users/groups matched Line: 31: incorrect codeowner user: Anlominus Line: 31: no users/groups matched Line: 34: incorrect codeowner user: Anlominus Line: 34: no users/groups matched Line: 35: incorrect codeowner user: Anlominus Line: 35: no users/groups matched Line: 36: incorrect codeowner user: Anlominus Line: 36: no users/groups matched Line: 37: incorrect codeowner user: Anlominus Line: 37: no users/groups matched Line: 40: incorrect codeowner user: Anlominus Line: 40: no users/groups matched
Aภl๏miuภuຮ 614afe4c15 🚀 feat: Add complete RepoCraft framework structure
📦 מה הוספנו:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🏗️ GitHub Configuration & Automation:
   • Issue Templates (Bug Report, Feature Request)
   • Pull Request Template
   • CI/CD Workflow (ci.yml)
   • Code Quality Workflow (lint.yml)
   • Security Scanning Workflow (security-scan.yml)
   • Release Workflow (release.yml)
   • Dependabot configuration
   • Funding configuration

📚 Comprehensive Documentation:
   • docs/INDEX.md - Documentation portal
   • docs/GETTING_STARTED.md - Quick start guide
   • docs/ARCHITECTURE.md - Project architecture
   • docs/USAGE.md - Complete usage guide
   • docs/BEST_PRACTICES.md - Best practices
   • docs/SECURITY_MODEL.md - Security model
   • docs/FAQ.md - Frequently asked questions

⚙️ Configuration Files:
   • LICENSE - MIT License
   • SECURITY.md - Security policy
   • CODE_OF_CONDUCT.md - Community guidelines
   • CONTRIBUTING.md - Contribution guide
   • CHANGELOG.md - Version history
   • CODEOWNERS - Code ownership
   • .gitignore - Git ignore rules
   • .gitattributes - Git attributes
   • .editorconfig - Editor configuration

 Enhanced README:
   • Professional structure with badges
   • Complete table of contents
   • Links to all documentation
   • Updated formatting
   • Better organization

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📊 Statistics:
   • 25+ new files
   • 796+ documentation lines
   • Full RepoCraft framework compliance
   • Zero linter errors
   • Backward compatible

🇮🇱 Made with ❤️ in Israel

> בס״ד - מגדל בסייעתא דשמיא
2025-11-01 18:33:19 +02:00

42 lines
994 B
Plaintext

# Code Owners for Diablo
# This file defines code ownership for pull request reviews.
# Reference: https://help.github.com/en/articles/about-code-owners
# Global owner - everyone requires approval
* @Anlominus
# Core script - primary maintainer required
Diablo @Anlominus
# GitHub configuration - community team
.github/ @Anlominus
# Documentation - anyone can update, but maintainer reviews
docs/ @Anlominus
README.md @Anlominus
CONTRIBUTING.md @Anlominus
CHANGELOG.md @Anlominus
# Security and compliance - requires maintainer review
SECURITY.md @Anlominus
CODE_OF_CONDUCT.md @Anlominus
LICENSE @Anlominus
# Workflows - requires maintainer review
.github/workflows/ @Anlominus
# Issue and PR templates - anyone can update
.github/ISSUE_TEMPLATE/ @Anlominus
.github/PULL_REQUEST_TEMPLATE.md @Anlominus
# Build and configuration files
.gitignore @Anlominus
.gitattributes @Anlominus
.editorconfig @Anlominus
.dependabot.yml @Anlominus
# Assets - requires approval
assets/ @Anlominus