chore: normalize LICENSE copyright to Passion Factory and add community-health files#2
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Greptile SummaryThis PR normalizes the LICENSE copyright holder to "Passion Factory" and adds the full suite of community-health files needed for a public OSS repository.
Confidence Score: 5/5All changes are documentation and community-health files with no impact on runtime behavior — safe to merge. Every changed file is a Markdown document, YAML template, or a single-line LICENSE edit. There are no logic changes, no dependency updates, and no configuration that affects build or runtime. The CI badge URL references an existing workflow file, all contact addresses are consistent across files, and the Contributor Covenant text matches v2.1 verbatim. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "chore: apply AI code review suggestions" | Re-trigger Greptile |
There was a problem hiding this comment.
No issues found across 9 files
Architecture diagram
sequenceDiagram
participant C as Contributor
participant G as GitHub Platform
participant T as Issue Templates
participant P as PR Template
participant M as Maintainers
Note over C,M: Community-health file interactions (post-PR)
C->>G: Opens new issue
G->>T: Serves bug_report.md or feature_request.md
T-->>C: Template form with labels and fields
alt Bug report
C->>G: Fills bug template (title/labels/bug, environment)
else Feature request
C->>G: Fills feature template (title/labels/enhancement, use case)
end
G-->>C: Issue created
C->>G: Opens new pull request
G->>P: Serves PULL_REQUEST_TEMPLATE.md
P-->>C: Checklist (cargo test, mise run check, etc.)
C->>C: Runs local tests and checks
C->>G: Submits PR with completed checklist
G-->>C: PR created
alt Security vulnerability
C->>G: Reports via private vulnerability reporting (Security tab)
G-->>M: Notifies maintainers
M-->>C: Acknowledgment within 72h
else Alternative contact
C->>M: Emails security@pleaseai.dev
M-->>C: Acknowledgment
end
Note over C,M: Code of Conduct issues → conduct@pleaseai.dev
Summary
Normalizes the LICENSE copyright holder and adds the community-health files every public repo needs.
Copyright (c) 2026 pleaseai->Copyright (c) 2026 Passion Factory(year unchanged).mise install,cargo build,mise run check,cargo test).conduct@pleaseai.dev.security@pleaseai.dev.cargo test/mise run check.Notes
orca.yamland.worktreeincludeleft untouched.Summary by cubic
Normalize the LICENSE to Passion Factory and add community-health files (
CODE_OF_CONDUCT.md,SECURITY.md,CONTRIBUTING.md, issue/PR templates) to establish a solid OSS baseline. Also add README CI/License badges and align templates/checks to the Rust toolchain viamiseandcargo.Written for commit 6fe9f7e. Summary will update on new commits.