contributing
Based on the information you've provided about how to set up and test a library with BeyondJS, here's a CONTRIBUTING.md
file tailored for your project:
For the test suite:
Access the development server by navigating to:
You should now see the test project running, where you can interact with the Users
and Books
entities to test different functionalities of the reactive model.
Testing
The /tests
directory contains separate packages to test various use cases of the library. When you write tests:
Navigate to the tests directory:
Run your tests to ensure your changes don't break existing functionality. Instructions on how to run these tests should be included in the
tests
directory's README file.
Submitting Changes
Once you've made your changes:
Push your changes to a new branch in your forked repository.
Create a pull request with a clear title and description.
Your pull request will be reviewed by the maintainers, and they will provide feedback or merge it if everything checks out.
Last updated