]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
When opening an issue from the docs, change the default issue title text to be all...
authorGeoff Kimball <geoff@zurb.com>
Fri, 20 Nov 2015 19:36:26 +0000 (11:36 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 20 Nov 2015 19:36:26 +0000 (11:36 -0800)
lib/handlebars.js

index c98707cfdd9d67fa24ac0800f57d51e27d6de83a..d5b5803de95a18552f2ce5374e1ea8d983418624 100644 (file)
@@ -159,7 +159,7 @@ handlebars.registerHelper('editLink', function(value) {
 
 handlebars.registerHelper('issueLink', function(name) {
   return 'https://github.com/zurb/foundation-sites/issues/new?' + querystring.stringify({
-    title: format('[{0}] Issue Name', [name]),
+    title: format('[{0}] ISSUE NAME HERE', [name]),
     body: ISSUE_TEXT
   });
 });