From 234fe863ec83b12446012a32c9d1abd6f5a0a034 Mon Sep 17 00:00:00 2001 From: Artem Yurchenko Date: Thu, 2 Mar 2023 14:20:39 +0100 Subject: [PATCH] readme: add v-project-basement (#167) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c7cf5e2..17339b5 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ - [Syntax highlighting](#syntax-highlighting) - [Tutorials](#tutorials) - [Videos](#videos) + - [GitHub templates](#github-templates) ## Applications @@ -365,3 +366,7 @@ - [The V Programming Language](https://www.youtube.com/channel/UCLZIElNyubHOvbfudT7KS1A) - [V Programming Tutorials](https://www.youtube.com/watch?v=BVCuZ7z7GMY&list=PLEPMhdsq-gNpFr40A-ZnX-Hu9l-Sp5Oc_) + +### GitHub templates + +- [v-project-basement](https://github.com/ArtemkaKun/v-project-basement) - A basement for every V project, that contains universal minimum GitHub CI scripts and issue templates for a V project.