This document provides guidelines for contributing to the project. We welcome your contributions!
-
Fork and Clone: Fork the repository and clone it to your local machine.
git clone https://github.com/melihxz/funix.git
-
Create a New Branch: Create a branch for new features or bug fixes.
git checkout -b new-feature
-
Make Changes: Implement your changes to the codebase.
-
Test Changes: Ensure that your changes work correctly.
-
Commit Changes: Commit your changes.
git add . git commit -m "Added new feature"
-
Push and Create a Pull Request: Push your branch to GitHub and create a pull request.
- Ensure your code is clean and readable.
- Add comments and documentation where necessary.
- Follow the project's coding style guidelines.
For any questions or suggestions, please use the following contact information:
- GitHub Issues: Issues Page