diff --git a/.gitignore b/.gitignore index f57e421ea..661998b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /static/daemon/lbrynet* /static/locales yarn-error.log +package-lock.json +.idea/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a75a308d7..ba6ade986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [Unreleased] ### Added + * Add Narrative about Feature Request on Help Page and Report Page ([#1551](https://github.com/lbryio/lbry-app/pull/1551)) * Add keyboard shortcut to quit the app on Windows ([#1202](https://github.com/lbryio/lbry-app/pull/1202)) * Build for both architectures (x86 and x64) for Windows ([#1262](https://github.com/lbryio/lbry-app/pull/1262)) * Add referral FAQ to Invites screen([#1314](https://github.com/lbryio/lbry-app/pull/1314)) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07edc7648..7442045af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -147,7 +147,7 @@ There are a few tools integrated to the project that will ease the process of de If someone has been officially assigned an issue via Github's assignment system, it is also not available. Contributors are encouraged to ask if they have any questions about issue availability. * The [changelog](https://github.com/lbryio/lbry-app/blob/master/CHANGELOG.md) should be updated to - include a referene to the fix/change/addition. See previous entries for format. + include a reference to the fix/change/addition. See previous entries for format. * Once the pull request is visible in the LBRY repo, a LBRY team member will review it and make sure it is up to our standards. At this point, the contributor may have to change his or her code based on our suggestions and comments. diff --git a/src/renderer/page/help/view.jsx b/src/renderer/page/help/view.jsx index 4bfd88963..eb8da4aae 100644 --- a/src/renderer/page/help/view.jsx +++ b/src/renderer/page/help/view.jsx @@ -109,13 +109,15 @@ class HelpPage extends React.PureComponent {
-
{__('Report a Bug')}
-

{__('Did you find something wrong?')}

+
{__('Report a Bug or Suggest a New Feature')}
+

+ {__('Did you find something wrong? Think LBRY could add something useful and cool?')} +