From 8b04cc926968cd80dbd3a306bf462aaff6b5c4ba Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Mon, 26 Nov 2018 19:51:09 -0500 Subject: [PATCH] Adding some more text to the default issue title to guide peopel to add an issue title --- client/homebrew/navbar/issue.navitem.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/homebrew/navbar/issue.navitem.jsx b/client/homebrew/navbar/issue.navitem.jsx index d3fc5bf..d0dfd88 100644 --- a/client/homebrew/navbar/issue.navitem.jsx +++ b/client/homebrew/navbar/issue.navitem.jsx @@ -3,7 +3,11 @@ const createClass = require('create-react-class'); const Nav = require('naturalcrit/nav/nav.jsx'); module.exports = function(props){ - return + return report issue ; }; \ No newline at end of file