Skip to content

Contributing

Yin Cheang Ng edited this page Dec 19, 2024 · 1 revision

How to Contribute

We welcome contributions from the community! Here are the steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

Coding Standards

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.

Reporting Issues

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.

Clone this wiki locally