Skip to content

Contributing

Contributions are welcome in the killport repository.

Workflow

  1. Fork the repository and create a focused branch for your change.
  2. Make the change and add or update tests when behavior changes.
  3. Run the test suite and documentation build locally:
bash
npm test
npm run docs:build
  1. Open a pull request with a clear summary, test results, and any relevant documentation updates.

Development requirements

  • Bash
  • lsof
  • Node.js and npm for documentation tasks