Commit graph

6 commits

Author SHA1 Message Date
Thomas Haller
4d6edd8419
docs: explain GObject properties in CONTRIBUTING.md 2021-06-07 18:08:23 +02:00
Thomas Haller
95085acec3
update references from "freenode" to "Libera.Chat" 2021-05-25 11:09:37 +02:00
Thomas Haller
8e5374512e
CONTRIBUTING: add section about unit tests 2021-05-11 12:24:38 +02:00
Wen Liang
2e96cdfe5e CONTRIBUTIING: add chapter describing Cscope and code structure
Signed-off-by: Wen Liang <liangwen12year@gmail.com>

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/792
2021-03-24 16:42:40 +01:00
Thomas Haller
ed6621bdcd
CONTRIBUTING: style fixes and improve text 2021-03-16 14:29:08 +01:00
Thomas Haller
fb66bb2bcb
CONTRIBUTING: rename file to have .md extension
We should write our CONTRIBUTING files in markdown syntax, because
it's nice to read a plain text and gets nicely rendered.

However, if the file doesn't have a ".md" extension, gitlab's
web interface shows it as plain text file.

Rename the file.

This possibly breaks links like [1], but referring to a branch name
(and not a commit ID or a tag) is anyway fragile. Hence, I don't try
to fix that by adding a symlink or similar, because I think that just
makes it more confusing.

[1] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/master/CONTRIBUTING
2021-03-16 14:00:01 +01:00
Renamed from CONTRIBUTING (Browse further)