Skip to content

chore: add community-health files#7

Merged
MichaelAdamGroberman merged 1 commit into
mainfrom
chore/community-health
Jun 4, 2026
Merged

chore: add community-health files#7
MichaelAdamGroberman merged 1 commit into
mainfrom
chore/community-health

Conversation

@MichaelAdamGroberman
Copy link
Copy Markdown
Owner

Summary

Adds the standard GitHub community-health files now that the repo is public:

  • CODE_OF_CONDUCT.md — lightweight "be decent" code; reporting via email + LinkedIn.
  • .github/CODEOWNERS* @MichaelAdamGroberman.
  • .github/ISSUE_TEMPLATE/bug_report.md — reference-implementation disclaimer + Environment section (board/PlatformIO/host/transport).
  • .github/ISSUE_TEMPLATE/feature_request.md — "the answer is probably fork it" framing.
  • .github/PULL_REQUEST_TEMPLATE.md — type checkboxes + no-secrets/builds-with-pio run checklist.
  • .github/dependabot.yml — weekly github-actions updates (future-proofing).

SECURITY.md, CONTRIBUTING.md, and LICENSE already exist and are untouched.

Test plan

  • Templates render correctly in the GitHub issue/PR composer
  • CODEOWNERS resolves (no "unknown owner" warning)

Add CODE_OF_CONDUCT, CODEOWNERS, issue/PR templates, and dependabot
config. Templates frame the project as a maker reference implementation
(bugs best-effort, features "fork it").
Copilot AI review requested due to automatic review settings June 4, 2026 04:54
@MichaelAdamGroberman MichaelAdamGroberman merged commit dc62e54 into main Jun 4, 2026
2 checks passed
@MichaelAdamGroberman MichaelAdamGroberman deleted the chore/community-health branch June 4, 2026 04:55
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds standard GitHub community-health/config files to support a now-public repository by establishing conduct expectations, maintainer ownership, contribution templates, and basic dependency automation.

Changes:

  • Added a lightweight CODE_OF_CONDUCT.md with reporting contact details.
  • Added GitHub issue/PR templates to guide bug reports, feature requests, and PR submissions.
  • Added repo meta-configuration via .github/CODEOWNERS and .github/dependabot.yml.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
CODE_OF_CONDUCT.md Defines expected community behavior and a reporting path.
.github/PULL_REQUEST_TEMPLATE.md Adds a PR description structure and submission checklist (incl. pio run).
.github/ISSUE_TEMPLATE/bug_report.md Adds a bug report template with environment details relevant to the firmware/tooling.
.github/ISSUE_TEMPLATE/feature_request.md Adds a feature request template aligned with “reference implementation” expectations.
.github/dependabot.yml Enables weekly Dependabot updates for GitHub Actions.
.github/CODEOWNERS Assigns a default code owner for all paths.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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