From 7df23a427c4bdd9d09b9c1ed1d292ed6fc1b12d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Costa?= Date: Fri, 28 Aug 2020 16:14:23 +0100 Subject: [PATCH] Includes missing repository link on development documentation. (#273) * Includes missing repository link on development documentation. * Contributing section in development documentation * moved contributing reference in documentation to introduction. * Update 11ty/documentation/development.md Co-authored-by: Tatiana Mac Co-authored-by: Oscar Co-authored-by: Tatiana Mac --- 11ty/documentation/development.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/11ty/documentation/development.md b/11ty/documentation/development.md index c6005152..a075dc82 100644 --- a/11ty/documentation/development.md +++ b/11ty/documentation/development.md @@ -11,9 +11,11 @@ All file names, except stated differently, are relative to the project root. We are using [Eleventy](https://www.11ty.io/) to generate the site based on the given definitions. As a module bundle we use Parcel. +We’ve compiled a list of [contribution guidelines](https://github.com/selfdefined/web-app/blob/prod/CONTRIBUTING.md) to help you start working on the project. + ## Setup -You will need to have Node and Git installed on your machine. To start developing please create a fork of the root repository. +You will need to have Node and Git installed on your machine. To start developing please create a fork of the [root repository](https://github.com/selfdefined/web-app). Afterwards, install the dependencies.