Add org-wide issue and PR templates#1
Open
jack-arturo wants to merge 1 commit intomainfrom
Open
Conversation
Adds bug-report and feature-request issue forms, disables blank issues (no contact_links — repos can override), and adds a baseline PR template. Inherits to every VGP repo without its own .github/ISSUE_TEMPLATE/.
There was a problem hiding this comment.
Pull request overview
Adds organization-wide GitHub community health templates to standardize issue intake and PR descriptions across VGP repositories via the .github inheritance mechanism.
Changes:
- Introduces structured issue forms for bug reports and feature requests with default labels.
- Disables blank issues at the org level via issue template configuration.
- Adds an org-wide PR template with What/Why/Testing sections.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/PULL_REQUEST_TEMPLATE.md | Adds a standardized PR body template (What/Why/Testing). |
| .github/ISSUE_TEMPLATE/bug_report.yml | Adds a structured bug report issue form labeled bug. |
| .github/ISSUE_TEMPLATE/feature_request.yml | Adds a structured feature request issue form labeled enhancement. |
| .github/ISSUE_TEMPLATE/config.yml | Disables blank issues org-wide (repos can override locally). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Why | ||
|
|
||
| <!-- Context or linked issue --> | ||
| Closes # |
There was a problem hiding this comment.
The standalone Closes # placeholder is likely to be left unchanged in PR descriptions, creating noise without providing linkage. Consider moving it into an HTML comment placeholder (or using a clearer placeholder like Closes: #<issue>), so it only appears when intentionally filled in.
Suggested change
| Closes # | |
| <!-- If applicable, add: Closes #<issue-number> --> |
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.
What
Adds the missing community-health surface to
verygoodplugins/.github:.github/ISSUE_TEMPLATE/bug_report.yml— structured bug-report form (labels:bug).github/ISSUE_TEMPLATE/feature_request.yml— feature-request form (labels:enhancement).github/ISSUE_TEMPLATE/config.yml—blank_issues_enabled: false, no contact links (repos override locally).github/PULL_REQUEST_TEMPLATE.md— What / Why / TestingWhy
VGP has ~70 repos; only
whatsapp-mcpandautomailcarry their own issue templates today. Everything else falls through to GitHub's default ("blank issue"), which produces low-information bug reports and no triage structure. GitHub uses the org.githubrepo as the inheritance source for community-health files — once this merges, every repo without its ownISSUE_TEMPLATE/picks up the chooser automatically.No contact_links at the org level: VGP runs many products (WP Fusion, AutoHub, AutoMem, MCP servers) with different support channels. AutoMem-family repos that want Discord/docs links can drop their own
config.yml.Testing
After merge:
mcp-pirsch,mcp-toggl,autohub) — expect bug/feature chooser, no blank-issue linkwhatsapp-mcp/automailstill use their own (local override wins)