Conversation
Synced from dev as the baseline for the documentation pass.
Adapted from the SoundTweaks repo's structure and formatting, scoped to StreamHive's single dev branch and Node/React stack.
Superseded by CONTRIBUTING.md, which GitHub renders as Markdown; the extensionless copy displayed the raw source instead of formatted text.
Added issue templates.
Fix the Desktop OS example (iOS isn't a desktop OS), add labels and StreamHive-specific environment fields (audio mode, grid size) to the bug report template, and drop the empty custom issue template.
Covers what changed, conventional-commit type, target-branch warning (dev only, never main), and a short pre-merge checklist.
Create SECURITY.md
Contributor
There was a problem hiding this comment.
Pull request overview
Adds standard GitHub “community health” documentation to bring StreamHive in line with the Community Standards checklist ahead of launch, and establishes a baseline README for contributors.
Changes:
- Adds CODE_OF_CONDUCT.md (Contributor Covenant) and SECURITY.md (private vulnerability reporting via GitHub).
- Adds CONTRIBUTING.md plus GitHub issue templates and a pull request template.
- Introduces/updates README.md as a shared baseline describing project intent, stack, and workflow.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| SECURITY.md | Adds a security policy and directs reporters to private vulnerability reporting. |
| README.md | Establishes a baseline project overview, stack, status, and branch workflow. |
| CONTRIBUTING.md | Adds contribution guidelines, commit conventions, and local setup notes. |
| CODE_OF_CONDUCT.md | Adds Contributor Covenant community standards and enforcement details. |
| .github/PULL_REQUEST_TEMPLATE.md | Adds a PR template with change type, target branch reminder, and 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 with reproduction/environment prompts. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
Brings the repo up to GitHub's Community Standards checklist ahead of launch. All content added via GitHub's own template wizards where one existed, hand-written where it didn't.
Added
Changed
Not included