Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 894 Bytes

File metadata and controls

23 lines (18 loc) · 894 Bytes

Contributing to Xscriptor VSCode

Thank you for considering contributing! To maintain the quality of the ecosystem, please follow these guidelines.

How to Contribute

  1. Fork the repository.
  2. Create a branch for your feature or fix (git checkout -b feat/amazing-feature).
  3. Commit your changes.
  4. Push to your branch and open a Pull Request.

Project Structure

  • extensions/xglass: Transparency engine (TypeScript).
  • themes/: Visual color palettes (JSON).
  • ui-mods/: CSS/JS injections for APC+.
  • snippets/: Code shortcuts.

Rules

  • Respect the Code of Conduct.
  • Do not include personal configuration files in PRs.
  • For security vulnerabilities, please refer to our SECURITY.md.

By contributing, you agree that your code will be licensed under the project's respective licenses (MIT for tools, Personal Use for themes).