-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing and CI
SuitIThub edited this page Jun 23, 2026
·
3 revisions
CC BY 4.0 — credit Suit-Ji as original author when forking or redistributing.
GitHub Actions workflow: .github/workflows/main.yml
Manual run modes (Actions → Main → Run workflow):
| Mode | Behavior |
|---|---|
| detect | Compare last two commits for version bumps; release changed modules (default on push) |
| manual_rerelease | Publish checked plugins without version bump |
| force_release | Publish all release-detect modules at current versions |
| update_readme_only | Refresh README links and versions.json only |
Details: .github/WORKFLOW.md
.github/plugins.manifest.json — CI registry for:
- Build paths and DLL names
-
versions.jsonkeys - README badge/update targets
- Manual rerelease checkbox groups (multi-game modules grouped)
- Add entry to
plugins.manifest.json - For multi-game modules, add
manualRereleaseGroupsentry - Run
python .github/scripts/sync_workflow_rerelease_inputs.py - Commit updated
main.ymland manifest
Bump PluginVersion or version constants in the module's version file (see manifest versionFile field). Push to main triggers detect mode.
versions.json is updated once after each successful GitHub release.
Wiki sources live in wiki/ in the main repository. Sync to GitHub Wiki:
.\scripts\sync-github-wiki.ps1Or manually clone https://github.com/SuitIThub/HS2-Sandbox.wiki.git, copy wiki/*.md, commit, push.
Keep in-repo docs in sync:
docs/PoseBrowser-HS2Wiki-Manual.mddocs/AnimBrowser-HS2Wiki-Manual.mddocs/POSE_ZIP_FORMAT.md
-
No JsonUtility for new persistence (see
.cursor/rules/no-jsonutility.mdc) -
IMGUI performance — virtualize lists, cache draw data (see
.cursor/rules/imgui-performance.mdc) - Match existing naming and partial-class patterns in each module
Include:
- Game and module DLL version
- Relevant section of
BepInEx/LogOutput.log - Steps to reproduce
- Which module DLLs are loaded
- Overview
- Folders & library
- Search, filters & sort
- Grid & selection
- Pose groups
- Multi-character apply
- Pose stash
- Pose items
- Import/export ZIP
- Thumbnails
- Options & data