Add community-health files and expand README#1
Merged
Conversation
Add the standard community-health files required by the open-source release checklist (github/open-source-releases#706), aligned with the sibling github/spec-kit repository: - LICENSE (MIT, Copyright GitHub, Inc.) - CODE_OF_CONDUCT.md (Contributor Covenant 1.4) - SECURITY.md - SUPPORT.md - CONTRIBUTING.md (tailored to this skills plugin) - .github/CODEOWNERS (@mnriem) - README.md: add Background, License, Maintainers, Support, and Acknowledgement sections Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
⚠️ Not ready to approve
SECURITY.md currently contains a non-functional security contact email address, which is a release-blocking documentation error for vulnerability reporting.
Pull request overview
Adds standard community-health documentation and expands repository-facing guidance so contributors and users have clear policies for licensing, conduct, security reporting, support, and contributing.
Changes:
- Added community-health docs: LICENSE, Code of Conduct, Security Policy, Support, Contributing guide, and CODEOWNERS.
- Expanded README with Background + governance/support/licensing sections aligned to the sibling spec-kit repository.
- No functional changes to plugin code, skills, or manifests.
File summaries
| File | Description |
|---|---|
| SUPPORT.md | Adds support channels and project status guidance. |
| SECURITY.md | Adds security reporting policy and safe harbor link. |
| README.md | Adds background, licensing, maintainers, support, and acknowledgement sections. |
| LICENSE | Adds MIT license text. |
| CONTRIBUTING.md | Adds contribution workflow and repository structure notes. |
| CODE_OF_CONDUCT.md | Adds Contributor Covenant Code of Conduct. |
| .github/CODEOWNERS | Adds a global code owner entry. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 3
- Review effort level: Low
Note
We're testing a new approval readiness assessment feature, and your feedback helps us improve it.
Please use 👍 or 👎 to tell us whether this assessment is correct.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,21 @@ | |||
| MIT License | |||
|
|
|||
| Copyright GitHub, Inc. | |||
|
|
||
| **Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** | ||
|
|
||
| Instead, please send an email to opensource-security[@]github.com. |
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.
Adds the standard open-source community-health files and rounds out the README, aligned with the sibling
github/spec-kitrepository.Added
LICENSE— MITCODE_OF_CONDUCT.md— Contributor Covenant 1.4SECURITY.md— security reporting policySUPPORT.md— how to get help and file issuesCONTRIBUTING.md— contribution guide tailored to this skills plugin.github/CODEOWNERSUpdated
README.md— added Background, License, Maintainers, Support, and Acknowledgement sections.No functional changes to the plugin, skills, or manifests.