mirror of
https://github.com/TemujinCalidius/SurvivorCore.git
synced 2026-08-14 09:02:29 +00:00
PR template: Summary / How to test in Studio / checklist (changelog, CI green, no secrets, no hardcoded asset IDs). Bug-report and feature-request issue forms adapted to Roblox (Studio + Rojo plugin versions, repro, which layer), plus a config.yml routing questions to Discussions. Fix stray FediHome comment in FUNDING.yml. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
879 B
879 B
Summary
How to test in Studio
Checklist
- Added an entry to
CHANGELOG.mdunder## Unreleased(or applied theskip-changeloglabel if no entry is warranted — e.g. a CI-only or trivial docs change) - CI is green —
stylua --check,selene,luau-lsp analyze, and bothrojo builds pass - No secrets or personal data added (this is a public repo)
- No hardcoded asset IDs — content comes via
register()/ components /Assets, and the core stays content-free