fix: point PR template contributing link at .github/CONTRIBUTING.md - #1688
fix: point PR template contributing link at .github/CONTRIBUTING.md#1688olitreadwell wants to merge 1 commit into
Conversation
The PR template links to CONTRIBUTING.md#your-first-code-contribution, but the guide lives at .github/CONTRIBUTING.md, so the root path 404s. Fix the link path.
|
@olitreadwell is attempting to deploy a commit to the Bergside Team on Vercel. A member of the Team first needs to authorize it. |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review. 📝 WalkthroughWalkthroughThe pull request template now uses the repository’s full GitHub URL for the contribution guide link. ChangesContribution guide link
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized template change corrects a broken contributing-guide link without affecting product behavior or APIs; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The PR template's first checkbox links to
CONTRIBUTING.md#your-first-code-contribution, which 404s because the contributing guide lives at.github/CONTRIBUTING.md(GitHub does not redirect the root path to.github/). This fixes the link path so the checkbox resolves to the existing guide.No related issue. No breaking API changes.
Verified:
https://github.com/themesberg/flowbite-react/blob/main/.github/CONTRIBUTING.md#your-first-code-contributionreturns 200; the old root path returns 404.