From c7dd7cd40b4062519aabeb44ed18f43f3e96d2db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Thu, 17 Dec 2015 21:40:34 +0000 Subject: [PATCH] FAQ.md: make issues url point to reporting-bugs instructions --- developer/bin/update_issue_template_urls | 2 +- doc/FAQ.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/developer/bin/update_issue_template_urls b/developer/bin/update_issue_template_urls index 8e61ff69ece..79341bb96ef 100755 --- a/developer/bin/update_issue_template_urls +++ b/developer/bin/update_issue_template_urls @@ -18,7 +18,7 @@ shopt -s nocasematch # case-insensitive regular expressions script_subdir='developer/bin' template_subdir='doc/issue_templates' generate_url_script='generate_issue_template_urls' -files_to_update=('README.md') +files_to_update=('README.md' 'doc/FAQ.md') ### ### functions diff --git a/doc/FAQ.md b/doc/FAQ.md index ca25ee76d6b..e5b10e2c031 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -12,7 +12,7 @@ The idea is for each Cask to encapsulate and automate the story of how a given a __Yes, yes, yes!__ Please fork/pull request to update Casks, add features and clean up documentation! Anything you can do to help out is very welcome. -It's also [__pretty darn easy__ to create Casks](../CONTRIBUTING.md), so please build more of them for the software you use. And if homebrew-cask doesn't support the packaging format of your software, please [open an issue](https://github.com/caskroom/homebrew-cask/issues) and we can get it working together. +It's also [__pretty darn easy__ to create Casks](../CONTRIBUTING.md), so please build more of them for the software you use. And if homebrew-cask doesn't support the packaging format of your software, please [open an issue][feature_request_template] and we can get it working together. The whole idea is to build a _community-maintained_ list of easily installable packages, so the community part is important! Every little bit counts. @@ -29,3 +29,5 @@ Some applications such as Thunderbird or Firefox provides many localized version This is a problem with the bookkeeping in the current implementation of Cask, which gets confused if a cask is updated after installation. For now, use the `brew cask uninstall --force` to uninstall these packages. This issue is currently being addressed [here](https://github.com/caskroom/homebrew-cask/issues/4688) and [here](https://github.com/caskroom/homebrew-cask/issues/4678). + +[feature_request_template]: https://github.com/caskroom/homebrew-cask/issues/new?title=Feature%20request%3A&body=%23%23%23%20Description%20of%20feature%2Fenhancement%0A%0A%0A%0A%23%23%23%20Justification%0A%0A%0A%0A%23%23%23%20Example%20use%20case%0A%0A%0A%0A