Add OSS release checklist files (superseded by #1217)#1216
Closed
bradygaster wants to merge 1 commit into
Closed
Conversation
- CODE_OF_CONDUCT.md (Contributor Covenant v1.4) - SUPPORT.md (points to GitHub Discussions) - .github/CODEOWNERS (@bradygaster @tamirdresher) - README.md: add Requirements, License, Maintainers, Support, Contributing, Code of Conduct sections Ref: github/open-source-releases#701 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
🛫 PR Readiness Check
PR Scope: 🔧 Infrastructure
|
| Status | Check | Details |
|---|---|---|
| ✅ | Single commit | 1 commit — clean history |
| ✅ | Not in draft | Ready for review |
| ✅ | Branch up to date | Up to date with dev |
| ❌ | Copilot review | No Copilot review yet — it may still be processing |
| ✅ | Changeset present | No source files changed — changeset not required |
| ✅ | Scope clean | No .squad/ or docs/proposals/ files |
| ✅ | No merge conflicts | No merge conflicts |
| ❌ | Copilot threads resolved | 4 unresolved Copilot thread(s) — fix and resolve before merging |
| ❌ | CI passing | 8 check(s) failing: test, docs-quality, test, samples-build, sdk-exports-validation, test, test, test |
Files Changed (4 files, +123 −0)
| File | +/− |
|---|---|
.github/CODEOWNERS |
+4 −0 |
CODE_OF_CONDUCT.md |
+74 −0 |
README.md |
+32 −0 |
SUPPORT.md |
+13 −0 |
Total: +123 −0
This check runs automatically on every push. Fix any ❌ items and push again.
See CONTRIBUTING.md and PR Requirements for details.
Contributor
🟡 Impact Analysis — PR #1216Risk tier: 🟡 MEDIUM 📊 Summary
🎯 Risk Factors
📦 Modules Affectedci-workflows (1 file)
root (3 files)
This report is generated automatically for every PR. See #733 for details. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds the standard open-source repository “health” files (Support, Code of Conduct, CODEOWNERS) and updates the README with required template sections, preparing the repo for a future transfer to github/squad.
Changes:
- Add
CODE_OF_CONDUCT.md,SUPPORT.md, and.github/CODEOWNERS. - Append “Requirements / License / Maintainers / Support / Contributing / Code of Conduct” sections to
README.md.
Show a summary per file
| File | Description |
|---|---|
| SUPPORT.md | Adds support guidance and directs users to GitHub Discussions. |
| README.md | Adds required OSS template sections and links to repo policy/support files. |
| CODE_OF_CONDUCT.md | Adds Contributor Covenant v1.4 Code of Conduct text. |
| .github/CODEOWNERS | Establishes default code owners for the repository. |
Copilot's findings
- Files reviewed: 4/4 changed files
- Comments generated: 4
|
|
||
| This project uses GitHub Issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue. | ||
|
|
||
| For help or questions about using Squad, please use [GitHub Discussions](https://github.com/github/squad/discussions) on this repository. |
Comment on lines
+542
to
+545
| ## Support | ||
|
|
||
| For help or questions about using Squad, please use [GitHub Discussions](https://github.com/github/squad/discussions). See [SUPPORT.md](./SUPPORT.md) for details. | ||
|
|
Comment on lines
+524
to
+527
| ## Requirements | ||
|
|
||
| - **Node.js** ≥22.5.0 | ||
| - **npm** ≥10.0.0 (for workspace support) |
Comment on lines
+70
to
+74
| This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, | ||
| available at [http://contributor-covenant.org/version/1/4][version] | ||
|
|
||
| [homepage]: http://contributor-covenant.org | ||
| [version]: http://contributor-covenant.org/version/1/4/ |
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.
Superseded by #1217. Closed.