Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.05 KB

File metadata and controls

39 lines (26 loc) · 1.05 KB

Contributing Guide

This document provides guidelines for contributing to the project. We welcome your contributions!

Steps to Contribute

  1. Fork and Clone: Fork the repository and clone it to your local machine.

    git clone https://github.com/melihxz/funix.git
  2. Create a New Branch: Create a branch for new features or bug fixes.

    git checkout -b new-feature
  3. Make Changes: Implement your changes to the codebase.

  4. Test Changes: Ensure that your changes work correctly.

  5. Commit Changes: Commit your changes.

    git add .
    git commit -m "Added new feature"
  6. Push and Create a Pull Request: Push your branch to GitHub and create a pull request.

Coding Standards

  • Ensure your code is clean and readable.
  • Add comments and documentation where necessary.
  • Follow the project's coding style guidelines.

Contact

For any questions or suggestions, please use the following contact information: