๐ ISMS Alignment: Contributions follow Hack23 Secure Development Policy and Open Source Policy.
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
If you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions. If you have questions, too, we'd love to hear them.
We'd also love PRs. If you're thinking of a large PR, we advise opening up an issue first to talk about it, though! Look at the links below if you're not sure how to open a PR.
- Fork and clone the repository.
- Configure and install the dependencies:
npm install - Make sure the tests pass on your machine:
npm test - Create a new branch:
git checkout -b my-branch-name - Make your change, add tests, and make sure the tests still pass.
- Push to your fork and submit a pull request.
- Pat your self on the back and wait for your pull request to be reviewed and merged.
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
- Write and update tests.
- Keep your changes as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
- Write a good commit message.
Work in Progress pull requests are also welcome to get feedback early on, or if there is something blocked you.
This project is fully configured for GitHub Copilot with comprehensive instructions and custom agents:
-
Read the Instructions: Start with .github/copilot-instructions.md for coding patterns and best practices
-
Use Custom Agents: Check .github/agents/README.md for specialized agents:
- ๐ ๏ธ Coding Agent - Feature implementation and bug fixes
- โ๏ธ Frontend Specialist - React 19 and TypeScript
- ๐ฎ Game Developer - Three.js game systems
- ๐งช Testing Agent - Vitest and Cypress tests
- ๐ Documentation Writer - Technical documentation
- ๐ก๏ธ Security Specialist - Security and dependencies
- ๐ Code Review Agent - Code quality reviews
-
MCP Configuration: The project uses Model Context Protocol servers for enhanced capabilities - see .github/COPILOT_MCP_SETUP.md
# Validate your setup
npm run validate:mcp
# Start development with Copilot assistance
npm run dev
# Run checks before committing
npm run check # TypeScript validation
npm run lint # Code quality
npm test # Unit tests- Follow the patterns in copilot-instructions.md
- Use the appropriate custom agent for your task
- Include Korean-English bilingual text for all user-facing strings
- Add
data-testidattributes for testable components - Follow the React + Three.js (@react-three/fiber) integration patterns
- Maintain 60fps performance targets
Black Trigram follows Hack23 AB's Secure Development Policy. All contributions must:
-
๐ Security Testing: Run security checks before submitting PRs
npm run check # TypeScript validation npm run lint # ESLint security rules npm test # Unit tests with security test cases npm run test:e2e # E2E security tests
-
๐ฆ Dependency Security: All new dependencies must:
- Have no known high/critical vulnerabilities
- Use exact version pinning (no
^or~) - Include justification in PR description
- Pass FOSSA license compliance check
-
๐ก๏ธ Secure Coding: Follow secure coding practices:
- No hardcoded secrets or credentials
- Input validation for all user inputs
- Proper error handling (no sensitive data in errors)
- CSP-compliant code (no inline scripts)
- Follow OWASP Top 10 guidelines
-
๐ฏ Vulnerability Reporting: Report security issues via:
- GitHub Security Advisories
- Follow SECURITY.md disclosure process
- Do NOT open public issues for security vulnerabilities
Contributors should be familiar with:
- ๐ ๏ธ Secure Development Policy - Security-integrated SDLC standards
- ๐ Vulnerability Management - Security testing procedures
- ๐ Open Source Policy - Open source governance
- ๐ Change Management - Risk-controlled changes
- ๐ Security Policy - Vulnerability reporting process
- ๐ก๏ธ Security Architecture - Security implementation
- ๐ฏ Threat Model - Security threat analysis
- ๐ CRA Assessment - EU Cyber Resilience Act compliance
- ๐บ๏ธ ISMS Reference Mapping - Complete ISMS policy mapping
- ๐ง Development Guide - Security features and testing
- ๐ Workflows - CI/CD security automation
- ๐ Architecture - System design
- ๐งช Unit Test Plan - Unit testing strategy
- ๐ฏ E2E Test Plan - End-to-end testing
๐ Document Control:
โ
Approved by: James Pether Sรถrling, CEO
๐ค Distribution: Public
๐ท๏ธ Classification:
๐
Effective Date: 2025-01-15
โฐ Next Review: 2025-04-15
๐ฏ Framework Compliance: