We welcome contributions to the @nodesandbox/async-storage project! To make the contribution process smooth and efficient, please follow the guidelines outlined below.
-
Fork the Repository: Start by forking the repository on GitHub. This creates a copy of the project under your GitHub account.
-
Clone the Fork: Clone your forked repository to your local machine:
git clone https://github.com/your-username/async-storage.git
-
Create a New Branch: Create a new branch for your feature or bug fix:
git checkout -b my-feature-branch
-
Make Changes: Implement your feature or bug fix. Make sure to test your changes thoroughly.
-
Commit Your Changes: Commit your changes with a clear and descriptive commit message:
git commit -m "Add feature or fix description" -
Push to Your Fork: Push your changes to your forked repository:
git push origin my-feature-branch
-
Create a Pull Request: Navigate to the original repository and create a pull request from your forked branch.
- Follow the existing coding style and conventions used in the project.
- Ensure that your code is clean and well-documented.
- Write tests for your changes where applicable.
If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository. Be sure to provide as much detail as possible to help us understand the problem or suggestion.
Thank you for considering contributing to @nodesandbox/async-storage. Your contributions help us improve and enhance the project for everyone!