Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@

1. Install Neva CLI
2. Run `neva run main`
3. Check `neva.yml` for module config
3. Check `neva.yml` for module config

## Contributing

- **Opening Issues**: Feel free to open GitHub issues for bugs, feature requests, or questions. Please include a clear description, steps to reproduce (for bugs), and any relevant context.

- **Pull Requests**: Fork the repository, create a feature branch, make your changes, and submit a pull request. Ensure your code follows the project's style. If adding new features, consider adding tests where applicable.

- **Local Checks**: Run local checks (for example, tests/lint) before opening a PR.

- **Development Setup**: After forking and cloning, check the `neva.yml` for module configuration. Use `neva run main` to test your changes locally.