Contributing
Thank you for your interest in contributing!
Getting Started
# Fork and clone
git clone https://github.com/YOUR_USERNAME/wallet-protect.git
cd wallet-protect
# Install dependencies
pnpm install
# Set up environment
cp .env.example .env
# Run tests
pnpm testPull Request Process
Commit Convention
Type
Description
feat
New feature
fix
Bug fix
docs
Documentation
refactor
Code restructuring
test
Adding tests
chore
Maintenance
Example: feat: add Discord webhook integration
Code Standards
TypeScript strict mode
Prettier formatting
ESLint rules
Test coverage for new features
