Skip to content

fix: correct github org links in issue templates - #562

Open
msranjana wants to merge 2 commits into
corsairdev:mainfrom
msranjana:fix/issue-template-org-links-533
Open

fix: correct github org links in issue templates#562
msranjana wants to merge 2 commits into
corsairdev:mainfrom
msranjana:fix/issue-template-org-links-533

Conversation

@msranjana

@msranjana msranjana commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes #533 . Fixed the issue templates to point at the correct repo (corsairdev/corsair) and removed the dead label:integration search links from the integration request template.

Checklist

Before submitting your PR, please verify the following:

  • I have run pnpm lint and all checks pass
  • I have run pnpm typecheck and there are no TypeScript errors
  • I have run pnpm build and all packages build successfully
  • I have run pnpm test and all tests pass
  • I have added or updated tests where applicable
  • I have added or updated necessary documentation

Screenshots / Demos (if applicable)

N/A

Summary by CodeRabbit

  • Documentation
    • Updated issue and feature request templates with current repository links.
    • Improved integration request checklist links for requested and implemented integrations.

@vercel

vercel Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

@msranjana is attempting to deploy a commit to the corsair Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the ci CI / GitHub Actions label Aug 2, 2026
@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The three GitHub issue templates now reference corsairdev/corsair. The integration request template replaces repository-specific integration searches with links for requested and implemented integrations.

Changes

Issue template link corrections

Layer / File(s) Summary
Update issue template links
.github/ISSUE_TEMPLATE/bug_report.yml, .github/ISSUE_TEMPLATE/feature_request.yml, .github/ISSUE_TEMPLATE/integration_request.yml
The templates now use the current repository links. The integration template separates requested and implemented integration links.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related issues

  • corsairdev/corsair#536 — Both changes update incorrect repository URLs in related issue-template links.

Suggested reviewers: devjain32

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Linked Issues check ✅ Passed The changes update all three templates to corsairdev/corsair and remove missing integration label references required by issue #533.
Out of Scope Changes check ✅ Passed All changes are limited to the three issue templates and directly support issue #533 objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the primary change: correcting GitHub organization links in the issue templates.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Corrects outdated GitHub organization links in all issue templates.

  • Updates bug and feature request links to target corsairdev/corsair.
  • Updates integration request links and removes obsolete label:integration filters.

Confidence Score: 5/5

The PR appears safe to merge because the issue-template links consistently target the correct repository and remain valid.

The changes are limited to static hyperlinks, preserve valid issue-template YAML, and introduce no observable functional or security failure.

Important Files Changed

Filename Overview
.github/ISSUE_TEMPLATE/bug_report.yml Correctly updates issue search and template links to the current GitHub organization.
.github/ISSUE_TEMPLATE/feature_request.yml Correctly updates related issue and template links to the current repository.
.github/ISSUE_TEMPLATE/integration_request.yml Correctly updates repository links and removes searches for the obsolete integration label.

Reviews (1): Last reviewed commit: "fix: correct github org links in issue t..." | Re-trigger Greptile

@msranjana

Copy link
Copy Markdown
Contributor Author

@ambikeesshh please do review it

@Dhirenderchoudhary

Copy link
Copy Markdown
Collaborator

LGTM

@ambikeesshh ambikeesshh left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

looks fine
thanks @msranjana

@msranjana

Copy link
Copy Markdown
Contributor Author

@ambikeesshh hopefully it can be merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI / GitHub Actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix wrong github org links in issue templates

3 participants