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
This commit is contained in:
Thomas Haller 2021-03-16 13:58:17 +01:00
parent aaf2c5c2dd
commit fb66bb2bcb
No known key found for this signature in database
GPG Key ID: 29C2366E4DFC5728
3 changed files with 2 additions and 2 deletions

View File

@ -5466,7 +5466,7 @@ plugin_LTLIBRARIES += $(core_plugins)
TESTS += $(check_programs)
EXTRA_DIST += \
CONTRIBUTING \
CONTRIBUTING.md \
COPYING.LGPL \
COPYING.GFDL \
\

View File

@ -1019,7 +1019,7 @@ fi
%{systemd_dir}/NetworkManager-dispatcher.service
%dir %{_datadir}/doc/NetworkManager/examples
%{_datadir}/doc/NetworkManager/examples/server.conf
%doc NEWS AUTHORS README CONTRIBUTING TODO
%doc NEWS AUTHORS README CONTRIBUTING.md TODO
%license COPYING
%license COPYING.LGPL
%license COPYING.GFDL