Files
SurvivorCore/.github/pull_request_template.md
T
Samuel LisonandClaude Opus 4.8 75ecf50f6d Add PR + issue templates
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>
2026-06-18 18:05:33 +10:00

879 B

Summary

How to test in Studio

Checklist

  • Added an entry to CHANGELOG.md under ## Unreleased (or applied the skip-changelog label if no entry is warranted — e.g. a CI-only or trivial docs change)
  • CI is green — stylua --check, selene, luau-lsp analyze, and both rojo 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