Describe how to install the library for development purposes.
npm test
- Please make sure you have signed the Contributor License Agreement. We are not asking you to assign copyright to us, but to give us the right to distribute your code without restriction. We ask this of all contributors in order to assure our users of the origin and continuing existence of the code. You only need to sign the CLA once.
- Rebase your changes. Update your local repository with the most recent code
from the main
elasticsearch-serverless-js
repository and rebase your branch on top of the latestmain
branch. - Submit a pull request. Push your local changes to your forked repository
and submit a pull request
and mention the issue number if any (
Closes #123
) Make sure that you add or modify tests related to your changes so that CI will pass. - Sit back and wait. There may be some discussion on your pull request and
if changes are needed we would love to work with you to get your pull request
merged into
elasticsearch-serverless-js
.