mirror of
https://gitlab.com/lunovox/computing.git
synced 2025-03-15 22:41:22 +00:00
44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
# 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 <commitish_inicial>
|
|
````
|
|
ou
|
|
|
|
````bash
|
|
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]>.
|
|
|
|
--------------------------------------------
|
|
[issues]:https://gitlab.com/lunovox/computing/-/issues
|
|
[lunovox@disroot.org]:mailto:lunovox@disroot.org?subject=My%20contribution%20to%20the%20COMPUTING%20mod.
|