player/.gitea/ISSUE_TEMPLATE/feature_request.md
МИН 87444ee2c8 Initial public release: Rublox Player v1.0
Open-source web player for Rublox games, dual-licensed under
AGPL-3.0 + Commercial.

Highlights:
- Babylon.js 7 + React 18 + Vite 5 stack
- Self-contained engine (~46k lines): BlockManager, ModelManager,
  PlayerController, ScriptSandboxWorker, MultiplayerSync, 30+ GD
  gamemodes
- Configurable backend via VITE_API_BASE and friends — works against
  staging (dev-api.rublox.pro) out of the box
- Standalone mode (VITE_STANDALONE=true) loads a bundled sample game
  for first-run without any backend
- Full docs: README, ARCHITECTURE, CONTRIBUTING, SECURITY, CHANGELOG
- Lint + format scaffolding (ESLint + Prettier + EditorConfig)
- Legal: LICENSE (AGPL-3.0), LICENSE-COMMERCIAL.md, CLA.md, COPYRIGHT.md
- Issue templates: bug_report, feature_request, security_disclosure

Removed before public release:
- frontend_deploy.py (contained production SSH credentials)
- ~27 admin endpoints (kept in private repo)
- Hard-coded internal URLs and IPs
- All previous git history (clean repo init)
2026-05-27 23:04:04 +03:00

38 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: 💡 Предложить фичу
about: Идея новой функциональности или улучшения
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## Проблема, которую решает фича
<!-- Какая боль / неудобство существует сейчас? -->
## Предлагаемое решение
<!-- Как должно работать -->
## Альтернативы, которые рассматривал
<!-- Если думал о других вариантах — опиши -->
## Mockup / схема (опционально)
<!-- Если есть набросок UI или диаграмма архитектуры — приложи -->
## Влияние на другие части системы
- [ ] Изменяет API
- [ ] Требует миграции БД
- [ ] Меняет UX-flow существующих фич
- [ ] Требует изменений в плеере / студии / минке
## Готов реализовать сам?
- [ ] Да, открою PR
- [ ] Нет, прошу команду
## Дополнительный контекст