Skip to content

Fix GitHub issue template links#429

Merged
penso merged 1 commit intomoltis-org:mainfrom
DanTup:fix-links
Mar 23, 2026
Merged

Fix GitHub issue template links#429
penso merged 1 commit intomoltis-org:mainfrom
DanTup:fix-links

Conversation

@DanTup
Copy link
Copy Markdown
Contributor

@DanTup DanTup commented Mar 13, 2026

I'm not sure if the org was renamed, but these links seem wrong and 404.

I'm not sure if the org was renamed, but these links seem wrong and 404.
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Mar 13, 2026

Greptile Summary

This PR fixes broken GitHub links in all three issue templates (bug report, feature request, and model behavior) by correcting the GitHub organization name from moltisorg to moltis-org to match the actual org slug.

  • Fixed 5 broken issue-search links across .github/ISSUE_TEMPLATE/bug_report.yml, feature_request.yml, and model_behavior.yml
  • A grep across the full repository confirms no remaining occurrences of the old moltisorg URL pattern — the fix is complete and comprehensive
  • The change is purely cosmetic/documentation; no logic, configuration, or code is affected

Confidence Score: 5/5

  • This PR is safe to merge — it is a minimal, low-risk documentation fix with no code changes.
  • All five changed lines are straightforward URL corrections (adding a hyphen to the org name). No logic, configuration, or behaviour is altered. A full-repo search confirms no other occurrences of the old broken URL remain.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/ISSUE_TEMPLATE/bug_report.yml Fixed 2 broken GitHub links by replacing moltisorg with moltis-org in the org name — one in the markdown description and one in the preflight checklist.
.github/ISSUE_TEMPLATE/feature_request.yml Fixed 2 broken GitHub links by replacing moltisorg with moltis-org in the org name — one in the markdown description and one in the preflight checklist.
.github/ISSUE_TEMPLATE/model_behavior.yml Fixed 1 broken GitHub link by replacing moltisorg with moltis-org in the preflight checklist.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[User opens new GitHub Issue] --> B{Selects Template}
    B --> C[Bug Report]
    B --> D[Feature Request]
    B --> E[Model / Agent Behavior]
    C --> F["Check existing bugs\n(moltis-org/moltis label:bug)"]
    D --> G["Check existing features\n(moltis-org/moltis label:enhancement)"]
    E --> H["Check existing reports\n(moltis-org/moltis label:model-behavior)"]
    F --> I[Complete preflight checklist]
    G --> I
    H --> I
    I --> J[Fill in issue details]
    J --> K[Submit Issue]
Loading

Last reviewed commit: 4bcebf8

@penso penso merged commit 850c7dc into moltis-org:main Mar 23, 2026
1 check passed
@DanTup DanTup deleted the fix-links branch March 23, 2026 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants