Files
OpenFrontIO/.github/ISSUE_TEMPLATE/feature_request.md
T
Evan 82efcecb80 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>
2026-06-24 10:23:16 -07:00

677 B

name, about, title, labels, assignees
name about title labels assignees
Feature request Suggest an idea for this project

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

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