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
17 changes: 8 additions & 9 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@
# These owners will be requested for review when PRs touch their areas
#
# Format: path @username or @org/team
# Note: Replace placeholder usernames with actual GitHub usernames

# Default owners for everything
* @your-username
* @w7-mgfcode

# Core infrastructure
/app/core/ @your-username
/app/core/ @w7-mgfcode

# Feature modules (add specific owners as team grows)
/app/features/ @your-username
/app/features/ @w7-mgfcode

# CI/CD configuration
/.github/ @your-username
/.github/ @w7-mgfcode

# Database migrations
/alembic/ @your-username
/alembic/ @w7-mgfcode

# Documentation
/docs/ @your-username
/docs/ @w7-mgfcode

# Configuration files
/pyproject.toml @your-username
/docker-compose.yml @your-username
/pyproject.toml @w7-mgfcode
/docker-compose.yml @w7-mgfcode
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Documentation
url: https://github.com/your-org/ForecastLabAI/tree/main/docs
url: https://github.com/w7-mgfcode/ForecastLabAI/tree/main/docs
about: Check the documentation before opening an issue
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docker-compose up -d
3. **Install dependencies**

```bash
uv sync
uv sync --extra dev
# or: pip install -e ".[dev]"
```

Expand Down