-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Yin Cheang Ng edited this page Dec 19, 2024
·
1 revision
We welcome contributions from the community! Here are the steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
Provide guidelines on coding standards and best practices to be followed when contributing to the repository. This may include naming conventions, code formatting, and documentation requirements.
If you encounter any issues or bugs, please report them by creating a new issue in the repository. Provide as much detail as possible, including steps to reproduce the issue and any relevant logs or screenshots.