docs: star-growth pass — comparison tables, CONTRIBUTING, CoC, issue/PR templates#1
Open
ModernOps888 wants to merge 3 commits into
Open
docs: star-growth pass — comparison tables, CONTRIBUTING, CoC, issue/PR templates#1ModernOps888 wants to merge 3 commits into
ModernOps888 wants to merge 3 commits into
Conversation
…mplates Bring Observe/Data/Stream READMEs to parity with ID's "How it compares" table, add a visual + star/fork badges to the root README, and add the community files (CONTRIBUTING, CODE_OF_CONDUCT, issue/PR templates) expected of an actively maintained OSS project.
There was a problem hiding this comment.
Pull request overview
This PR improves Infinity Stack’s OSS “surface area” and contributor onboarding by polishing READMEs (badges, visuals, comparison tables) and adding standard community files/templates.
Changes:
- Adds “🆚 How it compares” comparison tables to the Observe/Data/Stream service READMEs (aligning with the existing Infinity ID format).
- Enhances the root README with GitHub badges, a 2x2 service dashboard image grid, and a Star History chart.
- Introduces community hygiene files:
CONTRIBUTING.md,CODE_OF_CONDUCT.md, plus GitHub issue/PR templates.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds repo badges, service overview image grid, and Star History embed. |
| infinity-stream/README.md | Adds a “How it compares” table for Infinity Stream. |
| infinity-observe/README.md | Adds a “How it compares” table for Infinity Observe. |
| infinity-data/README.md | Adds a “How it compares” table for Infinity Data. |
| CONTRIBUTING.md | Adds contributor setup + CI-aligned local command checklist. |
| CODE_OF_CONDUCT.md | Adds Contributor Covenant v2.1 Code of Conduct text. |
| .github/PULL_REQUEST_TEMPLATE.md | Adds a structured PR template with per-service checklist. |
| .github/ISSUE_TEMPLATE/feature_request.md | Adds a feature request issue template. |
| .github/ISSUE_TEMPLATE/bug_report.md | Adds a bug report issue template. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+21
to
+24
| cargo check --workspace --all-targets | ||
| cargo test --workspace | ||
| cargo clippy --workspace --all-targets -- -D warnings | ||
| cargo audit |
|
|
||
| ## Enforcement | ||
|
|
||
| Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue in this repository, or, if the report concerns another user and you'd prefer not to be public about it, by contacting a maintainer directly through their GitHub profile. All complaints will be reviewed and investigated promptly and fairly. |
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
infinity-observe,infinity-data, andinfinity-streamREADMEs, matching the format already used ininfinity-id.CONTRIBUTING.md(build/test commands matching the existing CI matrix),CODE_OF_CONDUCT.md(Contributor Covenant v2.1), and.githubissue/PR templates.Why
Standard OSS discoverability/community hygiene — no source, CI, or dependency changes. All comparison-table claims are drawn directly from each service's own README (features/security sections already in the repo).
Test plan
docs/img/overview.pngper service)