From e197ad7af11fc2f072fedfb17b88e7f5a1f5a4fe Mon Sep 17 00:00:00 2001 From: Javier Jimenez Shaw Date: Fri, 10 Apr 2020 22:00:36 +0200 Subject: make explicit that README.md is in .github directory --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a07bb2b..3a616b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ If a new agency has to be created: 2. Go in that directory 3. Create a {agency_id}_README.txt file whose content is inspired from similar existing files 4. Create a .github subdirectory -5. Create a symbolic link from the file created at 3. as README.md: ln -s ../{agency_id}_README.txt README.md +5. Create a symbolic link from the file created at 3. as README.md: ln -s ../{agency_id}_README.txt .github/README.md 6. Edit CMakeLists.txt at the root of the repository to package the new directory The steps for adding a GeoTIFF grid to an existing subdirectory are: -- cgit v1.2.3