mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-26 04:54:36 +00:00
82efcecb80
## 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>
912 B
912 B
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Bug report | Create a report to help us improve |
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
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