ci: CI/Releaseワークフロー・Issueテンプレ・SECURITY.md を追加 - #3
Merged
Conversation
- ci.yml: build (x64) + ctest on push/PR to main (required status check for branch protection) - release.yml: on v* tag, build x86+x64 + test, publish DLLs+ini to GitHub Releases - ISSUE_TEMPLATE: bug-report (form), feature-request (form), config (contact link) - SECURITY.md: vulnerability reporting via Security Advisories, scope, self-responsibility notes Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
リポジトリ設定の整備です。対象項目: CI・リリース配布・ブランチ保護用のCI・Issueテンプレ・セキュリティポリシー。
変更内容
CI ワークフロー(
.github/workflows/ci.yml)push/pull_requesttomainでwindows-latest上の x64 ビルド +ctestを実行build)が、ブランチ保護の必須ステータスチェックになりますリリースワークフロー(
.github/workflows/release.yml)v*タグ push で x86 + x64 をビルド + テスト → 成果物(4 DLL +XInputXFire.ini)を Releases に自動配布softprops/action-gh-release@v2使用、リリースノート自動生成Issue テンプレート(
.github/ISSUE_TEMPLATE/)bug-report.yml: ゲーム名・DLL形態・プロセスbit・OS・診断ログ(%TEMP%\XInputXFire_xinput.log)・期待/実際の挙動(READMEの診断ログセクションと連携)feature-request.yml: 概要・動機・代替案config.yml: blank issue 有効(現状維持)+ README への contact linkセキュリティポリシー(
SECURITY.md)System32/SysWOW64配置禁止(READMEと整合)影響範囲
CMakeLists.txt・README.mdは変更なし(設定/配布整備のみ)buildチェックが緑になることでワークフロー妥当性を実証します実装後の後続作業(別途実施)
mainブランチ保護有効化(必須ステータスチェック =build)v1.0.0タグ → 初回リリース🤖 Generated with Claude Code