How To Contribute
Table of contents
Contribute to this documentation
If you come across any mistakes or wish to make a contribution to this document, please submit a pull request on GitHub.
The documentation uses markdown language. Please refer to this basic writing and formatting syntax before making any edits to the documentation.
Contribute to SDK code
When contributing to this repository, please discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
To contribute to the Unbxd JavaScript search library on GitHub, you can follow these steps:
- Fork the repository by clicking the “Fork” button in the top right corner of the repository page.
- Clone the forked repository to your local machine by running the command git clone https://github.com/YOUR-USERNAME/search-JS-library.git in your terminal.
- Create a new branch for your changes by running the command git checkout -b my-branch-name
- Make your changes and test them locally.
- Commit your changes by running the command git commit -am “Added new feature/fixed bug/etc.”
- Push your changes to your forked repository by running the command git push origin my-branch-name
- Submit a pull request by clicking the “New pull request” button on your forked repository’s page.