# CONTRIBUTING To contribute to this project, simply follow these steps: -------------------------------------------- ## 1. Download the repository git of this ptoject. ````bash git clone https://gitlab.com/lunovox/computing.git ```` -------------------------------------------- ## 2. Contributing Change the code as you see fit. But remember not to be debauched in code. -------------------------------------------- ## 3. Make a Patch File Create '.patch' file to port your contribution to file. ````bash git format-patch ```` ou ````bash git format-patch .. ```` This git command generates one or more files in the format ````0000-like-a-message-of-commit.patch````. -------------------------------------------- ## 4. Send your Patch File Please post your contribution in the '[issues]' tab of this project's git repository. Or, if you prefer, send an email to <[lunovox@disroot.org]>. -------------------------------------------- [issues]:https://gitlab.com/lunovox/computing/-/issues [lunovox@disroot.org]:mailto:lunovox@disroot.org?subject=My%20contribution%20to%20the%20COMPUTING%20mod.