Add CONTRIBUTING.md, SECURITY.md, and GitHub templates#14
Merged
Conversation
Add community health files to streamline contributions: - CONTRIBUTING.md with issue-first policy, offline-first requirement, development setup, and PR guidelines (EN/JP bilingual) - SECURITY.md directing vulnerability reports to GitHub's private reporting feature - Issue templates for bug reports, feature requests, and other topics - PR template with checklist and AI disclosure section - Update Node.js requirement from 18+ to 22+ (18 is EOL) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
There was a problem hiding this comment.
Pull request overview
Adds repository contribution/security documentation and GitHub issue/PR templates to standardize collaboration, while updating documented Node.js requirements to align with current tooling.
Changes:
- Added bilingual CONTRIBUTING.md and SECURITY.md with offline-first and private vuln reporting guidance.
- Added GitHub Issue templates (bug/feature/other) plus config, and a PR template (with checklist + AI disclosure).
- Updated README prerequisite from Node.js 18+ to Node.js 22+.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| SECURITY.md | Adds a security policy and directs vuln reports to GitHub private reporting (EN/JP). |
| README.md | Updates documented Node.js prerequisite to 22+. |
| CONTRIBUTING.md | Adds contribution guidelines including offline-first policy and dev commands (EN/JP). |
| .github/pull_request_template.md | Adds PR template with checklist and AI disclosure section. |
| .github/ISSUE_TEMPLATE/config.yml | Disables blank issues to funnel users into templates. |
| .github/ISSUE_TEMPLATE/bug_report.yml | Adds bug report issue form with security notice. |
| .github/ISSUE_TEMPLATE/feature_request.yml | Adds feature request issue form with security notice. |
| .github/ISSUE_TEMPLATE/other.yml | Adds general-purpose issue form. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Skip Cloudflare Pages deployment for changes to README.md, CONTRIBUTING.md, SECURITY.md, LICENSE, issue templates, and PR template since they don't affect the built application. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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
Test plan
/securitypage work correctly🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.6 (1M context) [email protected]