From 05c714db46cc7db83d66ddaf79b2c51822100113 Mon Sep 17 00:00:00 2001 From: Periklis Gkolias Date: Mon, 18 Mar 2019 16:06:28 +0200 Subject: [PATCH] Update addl-tech.md (#2078) --- docs/addl-tech.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/addl-tech.md b/docs/addl-tech.md index 7584d33c2..bdcd40bb3 100644 --- a/docs/addl-tech.md +++ b/docs/addl-tech.md @@ -22,5 +22,7 @@ - We use Preact for some of the front end. See [Frontend](https://docs.dev.to/frontend/) for more info - We use [_Pusher_](https://pusher.com) for realtime communication between the application and users’ browsers. - We use [_GitDocs_](https://gitdocs.netlify.com) for beautiful and SEO-friendly documentation +- We use [git](https://git-scm.com/) for version control. +- We use [github](https://github.com/) for issue tracking. _This list is non-exhaustive. If you see something that belongs here, feel free to add it._