feat: add OSS health improvements and automation#577
Merged
Conversation
- Add CODE_OF_CONDUCT.md (Contributor Covenant v2.1) - Add bug report template with JEngine-specific fields - Add feature request template with package selection - Add template config with links to docs/QQ/DeepWiki Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
- Add codecov.yml with per-package flag management - Enable coverage collection in unity-tests.yml - Add coverage upload job in pr-tests.yml - Ignore third-party packages from coverage Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
- Add stale.yml to auto-close inactive issues/PRs - Add scorecard.yml for OpenSSF security health checks - Add labeler.yml to auto-label PRs by file paths - Add CODEOWNERS for auto-review assignment - Add all-contributors config for contributor recognition Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
- Add Version and Tests badges to badge row - Add OpenSSF Scorecard badge - Add Coverage column to Official Packages table Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
Unity Test Results✅ EditMode: All tests passed Unity Version: 2022.3.55f1 ✅ All tests passed! The PR is ready for review. View workflow run |
- Add generateAdditionalMetrics to coverageOptions - Use step outputs for coverage path instead of hardcoded path - Fix coverage file permissions (generated as root by Docker) - Add debug logging for coverage files - Add OpenSSF Best Practices badge (project #11830) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
Unity Code Coverage generates TestCoverageResults_*.xml files, not coverage.xml. Update Codecov action to use correct pattern. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
OpenSSF Scorecard requires explicit top-level permissions for the Token-Permissions check. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
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.
Summary
Changes
Community Health
CODE_OF_CONDUCT.md- Contributor Covenant v2.1.github/ISSUE_TEMPLATE/bug_report.yml- Structured bug reports.github/ISSUE_TEMPLATE/feature_request.yml- Feature requests.github/ISSUE_TEMPLATE/config.yml- Template chooser with external linksCoverage Integration
codecov.yml- Per-package flag management, ignores third-party packagesunity-tests.yml- Enable coverage collectionpr-tests.yml- Upload coverage to CodecovOSS Automation
.github/workflows/stale.yml- Auto-close inactive issues (60d) and PRs (30d).github/workflows/scorecard.yml- OpenSSF security health checks.github/workflows/labeler.yml- Auto-label PRs by file paths.github/labeler.yml- Label config (core, util, ci, docs, tests, editor, samples).github/CODEOWNERS- Auto-assigns reviewer.all-contributorsrc- All-Contributors bot configREADME Updates
Test plan
🤖 Generated with Claude Code