Currently, the repository does not have a dedicated CONTRIBUTING.md file or clear coding standards. Adding contribution guidelines will help new contributors understand how to:
Structure their code submissions
Follow naming conventions and formatting standards
Write meaningful commit messages
Include test cases where applicable
Understand the review process
This will ensure consistency, maintain code quality, and make the repository more welcoming for first-time contributors.
Suggested Steps:
Create a CONTRIBUTING.md file in the root directory.
Include sections for coding standards, commit message guidelines, and PR submission process.
Optionally, include a simple flowchart or checklist for new contributors.