We appreciate your interest in contributing to the Unixroz project! By participating in this project, you agree to abide by the following guidelines.
-
Fork the Repository: Click the "Fork" button at the top right of the repository page to create your own copy of the project.
-
Clone Your Fork:
1 git clone https://github.com/KOSASIH/unixroz-core.git 2 cd unixroz-core
-
Create a New Branch: Create a new branch for your feature or bug fix.
1 git checkout -b feature/your-feature-name
-
Make Your Changes: Implement your feature or fix the bug.
-
Commit Your Changes: Write a clear and concise commit message.
1 git commit -m "Add feature: your feature description"
-
Push to Your Fork:
1 git push origin feature/your-feature-name
-
Create a Pull Request: Go to the original repository and click on "New Pull Request". Provide a description of your changes and submit the pull request.
Please adhere to the Code of Conduct when participating in this project.
If you encounter any issues or have suggestions, please open an issue on the issue tracker.
If you discover a security vulnerability, please report it to security@unixroz.org.
Thank you for contributing to Unixroz Core!