Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.67 KB

File metadata and controls

31 lines (16 loc) · 1.67 KB

Contributing to Radix Linux

Thank you for your interest in contributing! We welcome all contributions, from bug fixes to new features. To ensure a smooth collaboration, please follow these steps:

How to Contribute

Fork the Repository: Create your own copy of the project by clicking the "Fork" button at the top of this page.

Clone Your Fork: Download your fork to your local machine using git clone.

Create a Branch: Always create a new branch for your changes (e.g., git checkout -b feature/awesome-update).

Commit Changes: Make your improvements and commit them with clear, descriptive messages.

Push to GitHub: Push your branch to your forked repository.

Submit a Pull Request: Navigate back to the original repository and open a Pull Request (PR).

Important Notes on Contributions

Radix Linux is a solo-developed project built with manual effort over 8+ months.

AI-generated contributions are strictly prohibited. Pull requests created with tools such as Cursor, Claude, ChatGPT, or any other AI coding assistants will be immediately closed and rejected.

Additionally, contributions that contain provocative, disrespectful, or mocking comments towards the project or its developer will be considered a violation of our Code of Conduct and will also be rejected.

We only accept genuine, manually written contributions that respect the project's philosophy of transparency, originality, and human effort.

Please provide a detailed description of your changes in the PR. We will review your code as soon as possible. By contributing, you agree that your code will be licensed under the project's current license.

Thank you for understanding.