Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.39 KB

CONTRIBUTING.md

File metadata and controls

46 lines (30 loc) · 1.39 KB

Contributing to Unixroz Core

We appreciate your interest in contributing to the Unixroz project! By participating in this project, you agree to abide by the following guidelines.

How to Contribute

  1. Fork the Repository: Click the "Fork" button at the top right of the repository page to create your own copy of the project.

  2. Clone Your Fork:

    1 git clone https://github.com/KOSASIH/unixroz-core.git
    2 cd unixroz-core
  3. Create a New Branch: Create a new branch for your feature or bug fix.

    1 git checkout -b feature/your-feature-name
  4. Make Your Changes: Implement your feature or fix the bug.

  5. Commit Your Changes: Write a clear and concise commit message.

    1 git commit -m "Add feature: your feature description"
  6. Push to Your Fork:

    1 git push origin feature/your-feature-name
  7. 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.

Code of Conduct

Please adhere to the Code of Conduct when participating in this project.

Reporting Issues

If you encounter any issues or have suggestions, please open an issue on the issue tracker.

Security Vulnerabilities

If you discover a security vulnerability, please report it to security@unixroz.org.

Thank you for contributing to Unixroz Core!