From f83a5311aba094902c092edbfcfd2b59f48d5e5b Mon Sep 17 00:00:00 2001 From: Steven Black Date: Sat, 17 Mar 2018 23:04:57 -0400 Subject: [PATCH] Include source data issues links to help folks to report problems. --- readme_template.md | 4 ++-- updateReadme.py | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/readme_template.md b/readme_template.md index 9d8639193..e69dc6f51 100644 --- a/readme_template.md +++ b/readme_template.md @@ -27,8 +27,8 @@ of OS. Updated `hosts` files from the following locations are always unified and included: -Host file source | Description | Home page | Raw hosts | Update frequency | License ------------------|-------------|:---------:|:---------:|:-------:|:-------: +Host file source | Description | Home page | Raw hosts | Update frequency | License | Issues +-----------------|-------------|:---------:|:---------:|:----------------:|:-------:|:------: @SOURCEROWS@ diff --git a/updateReadme.py b/updateReadme.py index f15fb80b0..162870900 100644 --- a/updateReadme.py +++ b/updateReadme.py @@ -59,10 +59,11 @@ def main(): "frequency": "", "issues": "", "url": "", - "license": ""} + "license": "", + "issues": "" } t = Template('${name} | ${description} |[link](${homeurl})' - ' | [raw](${url}) | ${frequency} | ${license} ') + ' | [raw](${url}) | ${frequency} | ${license} | [issues](${issues}) ') for key in keys: extensions = key.replace("-", ", ")