first commit

This commit is contained in:
Tomáš Dvořák
2025-10-02 12:39:28 +02:00
commit 0fc92f8464
60 changed files with 11834 additions and 0 deletions
@@ -0,0 +1,39 @@
# Logo Upload
## Club Information
**Club Name:** <!-- Required: e.g., AC Sparta Praha -->
**Club ID:** <!-- Required: UUID from FAČR API -->
**Club City:** <!-- Optional: e.g., Praha -->
**Club Type:** <!-- Optional: football or futsal -->
**Club Website:** <!-- Optional: e.g., https://www.sparta.cz -->
## File Information
**File Format:** <!-- SVG or PNG -->
**File Size:** <!-- e.g., 45 KB -->
**Has Transparent Background:** <!-- Yes/No -->
## Checklist
- [ ] Club Name is provided (required)
- [ ] Club ID is a valid UUID (required)
- [ ] File is in SVG or PNG format
- [ ] Logo has transparent background
- [ ] Logo is high quality
- [ ] Filename matches Club ID (UUID.svg or UUID.png)
- [ ] I have rights to upload this logo
## Additional Notes
<!-- Any additional context about this logo upload -->
---
**Note:** Uploads without Club Name or valid Club ID will be automatically rejected by GitHub Actions.