mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-25 13:44:36 +00:00
Add "assign to me" checkbox to issue templates (#4402)
## Summary Adds an **Assignment** section with a clickable markdown task-list checkbox to the user-facing issue templates, so issue creators can opt in to working on the issue themselves: ```markdown - [ ] I'd like to be assigned to this issue and work on it myself ``` GitHub renders `- [ ]` as a real clickable checkbox in the issue. Checking it only signals intent — a maintainer still performs the actual assignment. ## Templates changed - `bug_report.md` - `feature_request.md` - `new-contribution-template-clean.md` - `new-contribution-template-examples.md` Intentionally **excluded** the API/DB template (`database_request.md`) since that area is maintainer-handled, not contributor work. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -38,3 +38,7 @@ If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
**Assignment**
|
||||
|
||||
- [ ] I'd like to be assigned to this issue and work on it myself
|
||||
|
||||
@@ -17,3 +17,7 @@ A clear and concise description of any alternative solutions or features you've
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
||||
**Assignment**
|
||||
|
||||
- [ ] I'd like to be assigned to this issue and work on it myself
|
||||
|
||||
@@ -24,4 +24,10 @@ assignees: ""
|
||||
|
||||
---
|
||||
|
||||
## Assignment
|
||||
|
||||
- [ ] I'd like to be assigned to this issue and work on it myself
|
||||
|
||||
---
|
||||
|
||||
[Discord Name if Different]
|
||||
|
||||
@@ -73,4 +73,10 @@ Examples of what info would be expected:
|
||||
|
||||
---
|
||||
|
||||
## Assignment
|
||||
|
||||
- [ ] I'd like to be assigned to this issue and work on it myself
|
||||
|
||||
---
|
||||
|
||||
[Discord Name if Different]
|
||||
|
||||
Reference in New Issue
Block a user