Please follow the steps discribed below to contribute code to HeliOS. Thank you in advance for your contribution.
1. Clone the HeliOS repository from GitHub:git clone https://github.com/helios-official/helios.git && cd helios📋
2. Create a new branch for your changes:git checkout -b feature/my-new-feature📋
3. Make your changes
4. Commit your changes:git add . && git commit -m "Add my new feature"📋
5. Push your changes and create a pull request:git push origin feature/my-new-feature📋
Your contribution is greatly appreciated!
Please note that HeliOS maintainers might request minor changes, or reject your pull request.