Add community health files, update docs as needed.#1
Merged
chrisreddington merged 1 commit intomainfrom May 3, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces community health documentation and updates existing docs to reflect new governance and maintainership by GitHub.
- Adds SUPPORT.md, SECURITY.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md, and CODEOWNERS for project governance and contributor guidance
- Enhances README.md with new Features, Requirements, and Contributing sections
- Updates LICENSE to reflect GitHub, Inc. ownership
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| SUPPORT.md | Added guidelines for filing issues and seeking help |
| SECURITY.md | Added security reporting process and policy links |
| README.md | Expanded Features, Installation, Requirements, and Contributing sections |
| LICENSE | Updated copyright holder to GitHub, Inc. |
| CONTRIBUTING.md | Introduced detailed contribution workflow and standards |
| CODE_OF_CONDUCT.md | Added Contributor Covenant code of conduct |
| CODEOWNERS | Specified @chrisreddington as repo maintainer |
Comments suppressed due to low confidence (1)
README.md:7
- [nitpick] Game names in the Features list are inconsistently capitalized. Consider using title case (e.g., “Coin Toss”, “Higher or Lower”, “Rock Paper Scissors”, “Tic Tac Toe”).
- **Multiple Games**: Play coin toss, higher or lower, rock paper scissors, tic tac toe, and word guess games
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.
This pull request introduces several updates to improve project governance, documentation, and community engagement for the
gh-gamerepository. Key changes include adding aCODE_OF_CONDUCT.md,CONTRIBUTING.md, and other community-related files, as well as updating theREADME.mdandLICENSEfiles to reflect the new maintainership by GitHub. Below are the most important changes:Governance and Community Guidelines:
CODE_OF_CONDUCT.mdfile based on the Contributor Covenant to establish community standards and expectations for behavior.SECURITY.mdfile to outline the process for reporting security vulnerabilities and GitHub's safe harbor policy.SUPPORT.mdfile to guide users on how to file issues and seek help effectively.Contributor Experience:
CONTRIBUTING.mdfile with detailed instructions for setting up the development environment, contributing code or non-code changes, and following the pull request process.Documentation Updates:
README.mdwith a new "Features" section, updated installation instructions, and clarified the maintainers of the project. [1] [2]Repository Ownership and Licensing:
CODEOWNERSfile to specify @chrisreddington as the repository maintainer.LICENSEfile to reflect GitHub, Inc. as the copyright holder.