Files
ewwii/CONTRIBUTING.md
2025-09-03 15:11:26 +05:30

13 lines
450 B
Markdown

# Contributing to ewwii
**General things to keep in mind:**
- Run `cargo fmt` for formatting your code.
- Always do PR (Pull Request) to iidev branch if it is a new feature.
## Codebase
- `crates/ewwii`: Core of ewwii (ipc, daemon, options, rt engine, gtk, etc.)
- `crates/rhai_impl`: Rhai implementation (parsing, modules, poll/listen handlers)
- `crates/shared_utils`: Utility functions shared between rhai and ewwii (spans, helpers)