Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
31 changes: 0 additions & 31 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Loading