From c01ac9a2c2b651040c93c32317c1b1317e0852d5 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Wed, 8 Jun 2022 11:47:51 +1000 Subject: [PATCH] Enable github issue filing in new projects. (#7810) --- infra/templates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/templates.py b/infra/templates.py index efdf5ab21..c44acd933 100755 --- a/infra/templates.py +++ b/infra/templates.py @@ -20,6 +20,7 @@ homepage: "" language: %(language)s primary_contact: "" main_repo: "https://path/to/main/repo.git" +file_github_issue: true """ DOCKER_TEMPLATE = """\