From a6820d7fe5da6fcb1059212b5e94c4bcf387f907 Mon Sep 17 00:00:00 2001 From: emil14 Date: Sun, 8 Mar 2026 17:38:28 +0000 Subject: [PATCH 1/3] **Contributing section added to README** Co-authored-by: emil14 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 851d3f5..8f9dd59 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,10 @@ 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, run `npm install` to install dependencies. Use `npm test` to run tests and verify your changes work correctly. \ No newline at end of file From a33cc189e769a609012008ea18a231d86c87cd6e Mon Sep 17 00:00:00 2001 From: emil14 Date: Sun, 8 Mar 2026 18:26:02 +0000 Subject: [PATCH 2/3] fix: update contributing section with accurate Neva development instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f9dd59..605dcca 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ - **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, run `npm install` to install dependencies. Use `npm test` to run tests and verify your changes work correctly. \ No newline at end of file +- **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. From 758e531fc75b5ffa014efc2d5ba50c1ab0696c4c Mon Sep 17 00:00:00 2001 From: emil14 Date: Sun, 8 Mar 2026 18:39:25 +0000 Subject: [PATCH 3/3] fix: address review feedback for contributing section - Remove inaccurate npm references from development setup - Add trailing newline to file - Keep contribution guidelines specific to Neva project workflow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 605dcca..86cb859 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,4 @@ - **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. +