Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1004 Bytes

File metadata and controls

34 lines (21 loc) · 1004 Bytes

Contributing

Thank you for your interest in contributing to a drasticstatic project!

How to Contribute

  1. Fork the repository
  2. Create a branch for your change (git checkout -b feature/your-change)
  3. Commit your changes with a clear, descriptive message
  4. Open a Pull Request — describe what changed and why

Reporting Bugs

Open a GitHub Issue with:

  • A clear description of the problem
  • Steps to reproduce
  • Expected vs. actual behavior
  • Environment details (OS, browser, Node version, etc.)

Security Issues

Do not report security vulnerabilities in public Issues. See SECURITY.md for the responsible disclosure process.

Code Style

Follow the existing patterns and conventions in the codebase. When in doubt, match the surrounding code.

One Change Per PR

Keeps review focused and git history clean. If you have multiple unrelated changes, open separate PRs.


Maintained by drasticstatic