mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-25 03:40:52 +01:00
28 lines
809 B
Markdown
28 lines
809 B
Markdown
# How to contribute
|
|
|
|
I'm really glad you're reading this, because we need volunteer developers to help this project come to fruition.
|
|
|
|
|
|
Here are some important resources:
|
|
|
|
* [wiki](https://qelectrotech.org/wiki_new/doc/qt_creator#on_ajoute_le_style_de_code_qet)Qet code style
|
|
|
|
## Testing
|
|
|
|
## Submitting changes
|
|
|
|
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
|
|
|
|
$ git commit -m "A brief summary of the commit
|
|
>
|
|
> A paragraph describing what changed and its impact."
|
|
|
|
## Coding conventions
|
|
|
|
Start reading our code and you'll get the hang of it. We optimize for readability:
|
|
|
|
* We indent using tab, see https://qelectrotech.org/wiki_new/doc/qt_creator#on_ajoute_le_style_de_code_qet
|
|
|
|
Thanks,
|
|
QElectroTech
|