Thanks for your interest in contributing!
- Search existing issues before opening a new one
- Include your OS, Node.js version, and
maiass --versionoutput - For bugs, include the full error output and the command you ran
- Fork the repo and create a branch from
develop - Make your changes following the code style below
- Add or update tests if relevant (
npm run test:unit) - Ensure all tests pass (
npm run test:unit && npm test) - Submit a PR against
develop— notmain
- ES modules (
import/export,.jsextensions) - No comments unless the why is non-obvious
- No new dependencies without discussion
git clone https://github.com/vsmash/nodemaiass.git
cd nodemaiass
npm install
node maiass.mjs --helpSee docs/development.md for full details.
Open a GitHub Discussion or file an issue.