diff --git a/README.md b/README.md index 851d3f5..86cb859 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,11 @@ 1. Install Neva CLI 2. Run `neva run main` -3. Check `neva.yml` for module config \ No newline at end of file +3. Check `neva.yml` for module config + +## Contributing + +- **Opening Issues**: Feel free to open GitHub issues for bugs, feature requests, or questions. Please include steps to reproduce, expected behavior, and any relevant code snippets. +- **Pull Requests**: Fork the repository, create a feature branch, make your changes, and submit a pull request. Ensure your code follows existing style conventions and includes appropriate tests. +- **Development Setup**: After forking and cloning the repo, ensure you have the Neva CLI installed. Use `neva run main` to test your changes and verify they work correctly. +