mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-16 08:25:57 +00:00
Adding some more text to the default issue title to guide peopel to add an issue title
This commit is contained in:
committed by
Rae2che5
parent
96466211c7
commit
8b04cc9269
@@ -3,7 +3,11 @@ const createClass = require('create-react-class');
|
|||||||
const Nav = require('naturalcrit/nav/nav.jsx');
|
const Nav = require('naturalcrit/nav/nav.jsx');
|
||||||
|
|
||||||
module.exports = function(props){
|
module.exports = function(props){
|
||||||
return <Nav.item newTab={true} href='https://www.reddit.com/r/homebrewery/submit?selftext=true&title=[Issue]' color='red' icon='fa-bug'>
|
return <Nav.item
|
||||||
|
newTab={true}
|
||||||
|
color='red'
|
||||||
|
icon='fa-bug'
|
||||||
|
href={`https://www.reddit.com/r/homebrewery/submit?selftext=true&title=${encodeURIComponent('[Issue] Describe Your Issue Here')}`} >
|
||||||
report issue
|
report issue
|
||||||
</Nav.item>;
|
</Nav.item>;
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user