Thank you for your interest in contributing to this repository! To ensure a smooth collaboration, please review the following guidelines:
-
Compatibility:
- Ensure your changes work seamlessly on both mobile and desktop platforms.
-
Version Bumping:
- Update the version in relevant files (e.g.,
index.js?v=number
) to the next consecutive number when modifying any files.
- Update the version in relevant files (e.g.,
-
Code Formatting:
- Before finalizing changes, run the following command in the terminal for consistent code formatting:
npm run format
- Before finalizing changes, run the following command in the terminal for consistent code formatting:
-
Minifying JSON
- Before finalizing your changes visit https://codebeautify.org/jsonminifier and compress your json and put it in the
.min.json
file. (Ex. If you are editinga.json
you would put the minified code ina.min.json
- Before finalizing your changes visit https://codebeautify.org/jsonminifier and compress your json and put it in the
-
Test Your Changes:
- Conduct thorough testing to ensure modifications don't introduce issues or break existing functionalities.
-
Descriptive Pull Requests:
- Provide clear, concise descriptions for your pull requests. Include details on the problem addressed and how your changes resolve it.
-
Responsive Design:
- Confirm that changes adhere to responsive design principles, ensuring a seamless user experience across various devices.
-
Collaboration:
- Be open to feedback and responsive to comments during the review process.
We appreciate your efforts in contributing to this project!