computing/CONTRIBUTING.md

1.1 KiB

CONTRIBUTING

To contribute to this project, simply follow these steps:


1. Download the repository git of this ptoject.

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.

git format-patch <commitish_inicial>

ou

git format-patch <commitish_inicial>..<commitish_final>

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>.