Skip to content

Conversation

@kimsey0
Copy link

@kimsey0 kimsey0 commented Jan 19, 2026

Summary & Motivation

Fix incorrect URLs in GitHub issue templates that resolve to broken pages. The links are missing the repository name in the path, causing URLs like https://github.com/platformplatform/blob/main/.github/CODE_OF_CONDUCT.md instead of the correct https://github.com/platformplatform/PlatformPlatform/blob/main/.github/CODE_OF_CONDUCT.md.

Checklist

  • I have added tests, or done manual regression tests
  • I have updated the documentation, if necessary

@kimsey0 kimsey0 requested a review from a team as a code owner January 19, 2026 10:30
@CLAassistant
Copy link

CLAassistant commented Jan 19, 2026

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@tjementum tjementum left a comment

Choose a reason for hiding this comment

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

The pull request conventions fail because the branch name is not following conventions. It must be kebab-case in PlatformPlatform. But this will abandon the pull request, so I will just accept this and merge anyway.

But we should fix the links so they are relative, so projects pulling changes from PlatformPlatform do not get issue templates hardcoded to PlatformPlatform.

attributes:
label: Is this bug security related?
description: Please let us know if this bug is security related. If so please consider using our [Report a security vulnerability](../security/advisories/new) form instead.
description: Please let us know if this bug is security related. If so please consider using our [Report a security vulnerability](https://github.com/platformplatform/PlatformPlatform/security/advisories/new) form instead.
Copy link
Member

Choose a reason for hiding this comment

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

While this will work in PlatformPlatform, it will fail in "downstream projects" are pulling changes from PlatformPlatform. If I understand the problem correct, the ../ is removing the reposiotry so lings become https://github.com/platformplatform/security/advisories/new" and not https://github.com/platformplatform/PlatformPlatform/security/advisories/new`

I think this would work

Suggested change
description: Please let us know if this bug is security related. If so please consider using our [Report a security vulnerability](https://github.com/platformplatform/PlatformPlatform/security/advisories/new) form instead.
description: Please let us know if this bug is security related. If so please consider using our [Report a security vulnerability](security/advisories/new) form instead.

@tjementum tjementum added the Bug Something isn't working label Jan 19, 2026
@tjementum tjementum linked an issue Jan 19, 2026 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Links in issue templates are broken

3 participants