summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2020-06-07 14:25:33 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2020-06-07 14:26:27 +0200
commit6049e578ef1fc7b36ab9e4c9d7d6246d59621b47 (patch)
tree5116759e4ba712637f0c252e2b61b7f196b72100
parenta6c2751d2ba22aec2e9978d5de44a004e3acbdc5 (diff)
downloadfolks-6049e578ef1fc7b36ab9e4c9d7d6246d59621b47.tar.gz
Rename HACKING.md to CONTRIBUTING.md
GitLab picks up on this filename to show some extra UI, so let's just use it instead of HACKING.
-rw-r--r--CONTRIBUTIONS.md (renamed from HACKING.md)0
-rw-r--r--README.md3
-rw-r--r--tests/README1
3 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.md b/CONTRIBUTIONS.md
index fa75eacb..fa75eacb 100644
--- a/HACKING.md
+++ b/CONTRIBUTIONS.md
diff --git a/README.md b/README.md
index ef53aef2..6400e7c1 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,8 @@ Please try to add reproducible steps and the relevant version of libfolks.
If you want to contribute functionality or bug fixes, please open a Merge
Request (MR). For more info on how to do this, see GitLab's [help pages on
-MR's]. Please also follow our coding conventions, as described in HACKING.md
+MR's]. Please also follow our coding conventions, as described in
+CONTRIBUTIONS.md
If libfolks is not translated in your language or you believe that the current
translation has errors, you can join one of the various translation teams in
diff --git a/tests/README b/tests/README
deleted file mode 100644
index 684b48d2..00000000
--- a/tests/README
+++ /dev/null
@@ -1 +0,0 @@
-See the "Debugging tests" section in HACKING.