Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 251 Bytes

File metadata and controls

11 lines (9 loc) · 251 Bytes

Contribution Guide

Prerequisites

  • Node.js 20.x
  • Signed commits (GPG required)

Steps

  1. Fork the repository.
  2. Create a branch: git checkout -b feat/my-feature.
  3. Write tests for your changes.
  4. Submit a PR targeting the main branch.