Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1000 Bytes

File metadata and controls

30 lines (20 loc) · 1000 Bytes

Contributing

This project is community driven and primarily maintained by k3yomi and StarflightWx

How to Contribute

At this time, contributions are limited to:

  • Corrections – Fix broken TypeScript syntax, outdated operations, or errors.
  • Additions – Add new functions, tools, or services.
  • Clarity Improvements – Improve explanations in plain English.
  • Documentation – Add helpful content to the documentation.

What Will Not Be Accepted

  • Content that introduces new packages.
  • Anything that violates GitHub's Terms of Service.

How to Submit

  1. Fork the repository.
  2. Create a new branch: fix/description or add/description.
  3. Make your changes.
  4. Open a pull request with a clear description of what changed and why.

Requirements

  • Use plain English first, details later.
  • Provide real working examples only (do not make up syntax).
  • Follow the existing file structure and function signature format.