Skip to content

Add OSS release checklist files (superseded by #1217)#1216

Closed
bradygaster wants to merge 1 commit into
devfrom
bradygaster/squad-oss-release-checklist
Closed

Add OSS release checklist files (superseded by #1217)#1216
bradygaster wants to merge 1 commit into
devfrom
bradygaster/squad-oss-release-checklist

Conversation

@bradygaster

@bradygaster bradygaster commented Jun 7, 2026

Copy link
Copy Markdown
Owner

Superseded by #1217. Closed.

- 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>
Copilot AI review requested due to automatic review settings June 7, 2026 01:05
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

🛫 PR Readiness Check

ℹ️ This comment updates on each push. Last checked: commit 5245609

PR Scope: 🔧 Infrastructure

⚠️ 3 item(s) to address before review

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.

@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

🟡 Impact Analysis — PR #1216

Risk tier: 🟡 MEDIUM

📊 Summary

Metric Count
Files changed 4
Files added 3
Files modified 1
Files deleted 0
Modules touched 2

🎯 Risk Factors

  • 4 files changed (≤5 → LOW)
  • 2 modules touched (2-4 → MEDIUM)

📦 Modules Affected

ci-workflows (1 file)
  • .github/CODEOWNERS
root (3 files)
  • CODE_OF_CONDUCT.md
  • README.md
  • SUPPORT.md

This report is generated automatically for every PR. See #733 for details.

@bradygaster bradygaster closed this Jun 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread SUPPORT.md

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 thread README.md
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 thread README.md
Comment on lines +524 to +527
## Requirements

- **Node.js** ≥22.5.0
- **npm** ≥10.0.0 (for workspace support)
Comment thread CODE_OF_CONDUCT.md
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/
@bradygaster bradygaster changed the title Add OSS release checklist files for github/open-source-releases#701 Add OSS release checklist files (superseded by #1217) Jun 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants