Merge pull request #122 from infosiftr/hyphens
Switch template tags to use hyphens instead of underscores
This commit is contained in:
commit
de03fa69a9
|
|
@ -12,4 +12,4 @@ repo](https://github.com/docker-library/official-images).
|
|||
|
||||
# User Feedback
|
||||
|
||||
%%USER_FEEDBACK%%
|
||||
%%USER-FEEDBACK%%
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
12
update.sh
12
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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue