Create template-issues repo for standardizing issue templates across all repos #10

Closed
opened 2026-05-24 08:24:59 -06:00 by Xeplosion · 1 comment
Owner

What problem does this solve?

Issue templates must be manually copied into every repo since Forgejo does not support org-level template inheritance. Without a dedicated template repo for this, issue templates will drift out of sync across repos over time.

Proposed solution

Create template-issues as a minimal Forgejo template repo containing only the ISSUE_TEMPLATE/ directory and pull_request_template.md copied from .forgejo. Every new repo regardless of stack is created from this template first, then the relevant stack template files are added on top.

Alternatives considered

Including issue templates in every stack template repo (template-dotnet, template-script, etc.) — rejected because it creates multiple sources of truth and makes updates harder to propagate.

Additional context

No response

Checklist

  • I have searched for existing issues or discussions before opening this one
  • I have described the problem, not just the solution
### What problem does this solve? Issue templates must be manually copied into every repo since Forgejo does not support org-level template inheritance. Without a dedicated template repo for this, issue templates will drift out of sync across repos over time. ### Proposed solution Create `template-issues` as a minimal Forgejo template repo containing only the `ISSUE_TEMPLATE/` directory and `pull_request_template.md` copied from `.forgejo`. Every new repo regardless of stack is created from this template first, then the relevant stack template files are added on top. ### Alternatives considered Including issue templates in every stack template repo (`template-dotnet`, `template-script`, etc.) — rejected because it creates multiple sources of truth and makes updates harder to propagate. ### Additional context _No response_ ### Checklist - [x] I have searched for existing issues or discussions before opening this one - [x] I have described the problem, not just the solution
Xeplosion added spent time 2026-05-24 08:45:03 -06:00
25 minutes
Author
Owner

Create template-issues repo.

Create `template-issues` repo.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Total time spent: 25 minutes
Xeplosion
25 minutes
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
XeplosionGames/.profile#10
No description provided.