From d89248f51c7d0ea848b216484e3f580e54cfc839 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 24 May 2017 11:09:19 -0700 Subject: improve CONTRIBUTING.md and add rules for PRs --- templates/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'templates/README.md') diff --git a/templates/README.md b/templates/README.md index eedc6e9c09..7b7707203f 100644 --- a/templates/README.md +++ b/templates/README.md @@ -1,3 +1,12 @@ +# Regenerating project files + +Prerequisites: `python`, `pip install mako` + +``` +# Regenerate the projects files using templates +tools/buildgen/generate_projects.sh +``` + # Quick justification We've approached the problem of the build system from a lot of different -- cgit v1.2.3