chore(github): standardize issue/PR templates and contribution flow - #4
Open
lukejmorrison wants to merge 1 commit into
Open
chore(github): standardize issue/PR templates and contribution flow#4lukejmorrison wants to merge 1 commit into
lukejmorrison wants to merge 1 commit into
Conversation
Adopt the universal Wizwam workflow files (mirrors apps.wizwam.com PR #1) so this repo follows the same Issue → Branch → PR → squash-merge process as every other repo in the org. - .github/ISSUE_TEMPLATE/ — bug, feature, chore - .github/PULL_REQUEST_TEMPLATE.md — Conventional Commits + risk/perf - .github/CODEOWNERS — placeholder @Wizwam/platform-maintainers - .github/dependabot.yml — weekly npm + github-actions updates - CONTRIBUTING.md, SECURITY.md First PR after the lukejmorrison → Wizwam org transfer. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Standardizes repository contribution/triage workflow after moving to the Wizwam org by adding GitHub-native templates and automation configuration to support an Issue → Branch → PR → squash-merge process.
Changes:
- Add org-standard
CONTRIBUTING.mdandSECURITY.mdguidance. - Add GitHub Issue templates + PR template to enforce consistent reporting and PR structure.
- Configure Dependabot for weekly npm + GitHub Actions update PRs and add CODEOWNERS for review routing.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
SECURITY.md |
Adds security reporting policy and supported versions statement. |
CONTRIBUTING.md |
Documents standardized contribution flow, conventions, and labels. |
.github/dependabot.yml |
Enables weekly Dependabot updates for npm and GitHub Actions. |
.github/PULL_REQUEST_TEMPLATE.md |
Adds structured PR template aligned with Conventional Commits + workflow. |
.github/ISSUE_TEMPLATE/feature_request.md |
Adds feature request issue template. |
.github/ISSUE_TEMPLATE/bug_report.md |
Adds bug report issue template. |
.github/ISSUE_TEMPLATE/chore.md |
Adds maintenance/chore issue template. |
.github/ISSUE_TEMPLATE/config.yml |
Disables blank issues and adds contact links (charter/security). |
.github/CODEOWNERS |
Adds default code ownership to auto-request reviews. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## Working with AI agents | ||
|
|
||
| This repo includes both `CLAUDE.md` (Claude Code instructions) and `AGENTS.md` (OpenAI Codex / Copilot instructions). When you ask any agent to make a change, ask it to: |
| - [ ] Title follows Conventional Commits | ||
| - [ ] Linked issue references with `Closes #` | ||
| - [ ] Tests added or updated (or reason given for none) | ||
| - [ ] Docs updated (README, CLAUDE.md, AGENTS.md, runbooks) if behaviour changed |
Comment on lines
+1
to
+3
| # Default owners — every PR auto-requests review from this team. | ||
| # Replace @Wizwam/platform-maintainers with the actual GitHub team handle. | ||
| * @Wizwam/platform-maintainers |
Comment on lines
+39
to
+40
| - `chore/bump-anthropic-sdk` | ||
| - `docs/contributing-flow` |
1 task
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.
Summary
First PR after transferring this repo from
lukejmorrison/code2md→Wizwam/code2md. Adopts the universal Wizwam contribution workflow so code2md follows the same Issue → Branch → PR → squash-merge process asapps.wizwam.com(see Wizwam/apps.wizwam.com#1 for the reference).Linked issue
(no pre-existing issue — process bootstrap)
Type of change
chore— tooling / processHow to test
Risk & rollback
workflows/publish.ymlNotes for reviewer
AGENTS.md,LOCAL-DEVELOPMENT.md,docs/, modifiedpackage-lock.json) was intentionally left out — it ships as a separate PR using the new flow.CODEOWNERSplaceholder@Wizwam/platform-maintainersto be replaced with the real team handle.🤖 Generated with Claude Code