Adding branding and driver promotion tool kit#6
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
==========================================
- Coverage 59.61% 59.58% -0.04%
==========================================
Files 7 7
Lines 525 527 +2
Branches 181 183 +2
==========================================
+ Hits 313 314 +1
- Misses 165 166 +1
Partials 47 47 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Adds community-facing branding and driver-promotion documentation, plus updates the Docker image to support Prisma/TSX tooling and runtime dependencies for deployments.
Changes:
- Add a comprehensive
BRANDING_GUIDE.mdfor consistent iRaceHub representation across platforms. - Add a
DRIVER_PROMOTIONS_TOOLKIT.mdwith ready-to-use promotional copy/templates. - Update
Dockerfileto installtsxalongside Prisma and copynode_modulesinto the runtime image.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
DRIVER_PROMOTIONS_TOOLKIT.md |
Adds promotional templates/scripts (social, email, stream, talking points) for drivers. |
BRANDING_GUIDE.md |
Adds brand identity, usage guidelines, and platform-specific promotion guidance. |
Dockerfile |
Adjusts runtime image to include Prisma/TSX tooling and copies dependencies into the runner stage. |
Comment on lines
+30
to
+31
| RUN npm install -g prisma@7.8.0 tsx@4.21.0 | ||
| COPY --from=builder /app/node_modules ./node_modules |
| ✅ Access from any device, anytime | ||
|
|
||
| **How to Get Started:** | ||
| 1. Visit: [YOUR IRACEHU LEAGUE LINK] |
| <h3 style="color: #ffffff; margin: 0 0 10px 0;">League Standings</h3> | ||
| <p style="color: #ededed; margin: 0 0 15px 0;">Powered by iRaceHub</p> | ||
| <a | ||
| href="[YOUR_IRACEHU_LINK]" |
| 💰 Track virtual money and payouts | ||
| 🎯 Everything in one easy-to-use dashboard | ||
|
|
||
| Check it out at: [YOUR_RACEHUB_URL] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes made
How to test
npm run lintnpm run typechecknpm run testnpm run buildPrisma / schema impact
Checklist