From bfe2b82e27033bf55cd84bea2ff3991e3f575fe2 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 15 Dec 2014 12:40:31 -0700 Subject: [PATCH] Switch template tags to use hyphens instead of underscores --- README-template.md | 2 +- r-base/user-feedback.md | 6 +++--- update.sh | 12 ++++++------ user-feedback.md | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README-template.md b/README-template.md index 5fee3f5d0..69ac10195 100644 --- a/README-template.md +++ b/README-template.md @@ -12,4 +12,4 @@ repo](https://github.com/docker-library/official-images). # User Feedback -%%USER_FEEDBACK%% +%%USER-FEEDBACK%% diff --git a/r-base/user-feedback.md b/r-base/user-feedback.md index 227531523..282690ee4 100644 --- a/r-base/user-feedback.md +++ b/r-base/user-feedback.md @@ -1,7 +1,7 @@ ## Issues If you have any problems with or questions about this image, please contact us -%%MAILING_LIST%% through a [GitHub issue](%%GITHUB_REPO%%/issues). +%%MAILING-LIST%% through a [GitHub issue](%%GITHUB-REPO%%/issues). You can also reach us by email via email at `rocker-maintainers@eddelbuettel.com`. @@ -12,8 +12,8 @@ You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can. -Before you start to code, we recommend discussing your plans %%MAILING_LIST%% -through a [GitHub issue](%%GITHUB_REPO%%/issues), especially for more ambitious +Before you start to code, we recommend discussing your plans %%MAILING-LIST%% +through a [GitHub issue](%%GITHUB-REPO%%/issues), especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing. diff --git a/update.sh b/update.sh index 39ebf3308..3dbc8b4b6 100755 --- a/update.sh +++ b/update.sh @@ -93,17 +93,17 @@ for repo in "${repos[@]}"; do echo ' LICENSE => '"$repo"'/license.md' replace_field "$repo" 'LICENSE' "$license" - echo ' USER_FEEDBACK => '"$repo"'/user-feedback.md' - replace_field "$repo" 'USER_FEEDBACK' "$userFeedback" + echo ' USER-FEEDBACK => '"$repo"'/user-feedback.md' + replace_field "$repo" 'USER-FEEDBACK' "$userFeedback" - echo ' MAILING_LIST => "'"$mailingList"'"' - replace_field "$repo" 'MAILING_LIST' "$mailingList" '\s*' + echo ' MAILING-LIST => "'"$mailingList"'"' + replace_field "$repo" 'MAILING-LIST' "$mailingList" '\s*' echo ' REPO => "'"$repo"'"' replace_field "$repo" 'REPO' "$repo" - echo ' GITHUB_REPO => "'"$gitRepo"'"' - replace_field "$repo" 'GITHUB_REPO' "$gitRepo" + echo ' GITHUB-REPO => "'"$gitRepo"'"' + replace_field "$repo" 'GITHUB-REPO' "$gitRepo" echo else diff --git a/user-feedback.md b/user-feedback.md index d69d4ee3c..c3d6c76c5 100644 --- a/user-feedback.md +++ b/user-feedback.md @@ -1,7 +1,7 @@ ## Issues If you have any problems with or questions about this image, please contact us -%%MAILING_LIST%% through a [GitHub issue](%%GITHUB_REPO%%/issues). +%%MAILING-LIST%% through a [GitHub issue](%%GITHUB-REPO%%/issues). You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net). @@ -12,8 +12,8 @@ You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can. -Before you start to code, we recommend discussing your plans %%MAILING_LIST%% -through a [GitHub issue](%%GITHUB_REPO%%/issues), especially for more ambitious +Before you start to code, we recommend discussing your plans %%MAILING-LIST%% +through a [GitHub issue](%%GITHUB-REPO%%/issues), especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.