diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7d1614e..a484d15 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,28 +1,28 @@ # Global owners -* @your-username +* @FixerSchis # Backend and API -/app.py @your-username -/models/ @your-username -/routes/ @your-username -/utils/ @your-username +/app.py @FixerSchis +/models/ @FixerSchis +/routes/ @FixerSchis +/utils/ @FixerSchis # Database and migrations -/migrations/ @your-username -/db/ @your-username +/migrations/ @FixerSchis +/db/ @FixerSchis # Frontend templates -/templates/ @your-username -/static/ @your-username +/templates/ @FixerSchis +/static/ @FixerSchis # Tests -/tests/ @your-username +/tests/ @FixerSchis # Configuration files -*.toml @your-username -*.ini @your-username -*.cfg @your-username -requirements*.txt @your-username +*.toml @FixerSchis +*.ini @FixerSchis +*.cfg @FixerSchis +requirements*.txt @FixerSchis # Documentation -*.md @your-username +*.md @FixerSchis diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index faf0cc3..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,31 +0,0 @@ -version: 2 -updates: - # Enable version updates for Python - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "09:00" - open-pull-requests-limit: 10 - reviewers: - - "your-username" - assignees: - - "your-username" - commit-message: - prefix: "pip" - prefix-development: "pip-dev" - include: "scope" - - # Enable version updates for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "09:00" - open-pull-requests-limit: 5 - reviewers: - - "your-username" - assignees: - - "your-username" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70579f2..6ecdcf0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Thank you for your interest in contributing to OS App! This document provides gu 1. Fork the repository 2. Clone your fork: ```bash - git clone https://github.com/your-username/os-app.git + git clone https://github.com/FixerSchis/os-app.git cd os-app ``` diff --git a/README.md b/README.md index 1b5e2ac..984b10d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A Flask-based web application for managing LARP (Live Action Role-Playing) game 1. Clone the repository: ```bash - git clone https://github.com/your-username/os-app.git + git clone https://github.com/FixerSchis/os-app.git cd os-app ```