Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Thanks for your Pull Request 🎉
**Other Notes**
- We squash all commits before merging
- We generally try to review new PRs within a week
- If you have any question, you can ask for feedback in our [discord community](https://discord.gg/Ww9hbqr) first or consult [CONTRIBUTING.md](../CONTRIBUTING.md) or [Sentry SDK development docs](https://develop.sentry.dev/sdk/)
- If you have any question, you can ask for feedback in our [discord community](https://discord.gg/Ww9hbqr) first or consult [CONTRIBUTING.md](https://github.com/getsentry/sentry-ruby/blob/master/CONTRIBUTING.md) or [Sentry SDK development docs](https://develop.sentry.dev/sdk/)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: PR Template Links to Obsolete Branch

The CONTRIBUTING.md link in the PR template hardcodes the "master" branch in its URL. This makes the link fragile, as it could break or point to outdated documentation if the repository's default branch changes (e.g., to "main").

Fix in Cursor Fix in Web


## Description
Describe your changes:
Expand Down
Loading