From 6854531584971cb32969e397676c9e9a93b997d7 Mon Sep 17 00:00:00 2001 From: antelle Date: Fri, 9 Mar 2018 15:23:15 +0100 Subject: [PATCH] grammar --- .github/ISSUE_TEMPLATE.md | 4 ++-- README.md | 2 +- app/index.html | 2 +- app/scripts/views/settings/settings-help-view.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 546d89e4..5b353a7f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ Thanks for taking the time to contribute! -Please, read https://github.com/keeweb/keeweb/wiki/FAQ before submitting a new issue and fill in the following (if applicable): +Please read https://github.com/keeweb/keeweb/wiki/FAQ before submitting a new issue and fill in the following (if applicable): - what were your actions? - what was wrong? @@ -8,5 +8,5 @@ Please, read https://github.com/keeweb/keeweb/wiki/FAQ before submitting a new i - your user-agent (from Settings/Help section) - does it happen on Demo or New database? - if you are using a test db without your personal data, please attach it -- please, open dev tools in your browser and attach output log from Console tab +- please open dev tools in your browser and attach output log from Console tab (if you are using a desktop app, devtools can be opened from Settings/General/Advanced) diff --git a/README.md b/README.md index b8a7c02e..0f2f07f6 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ For debug build: # Contributing -Please, read contribution guidelines: [for issues](.github/ISSUE_TEMPLATE.md) and [for pull requests](.github/PULL_REQUEST_TEMPLATE.md). +Please read contribution guidelines: [for issues](.github/ISSUE_TEMPLATE.md) and [for pull requests](.github/PULL_REQUEST_TEMPLATE.md). For pull requests: branch is important! `master` is only for hotfixes, `develop` is for new features. Here's a [list of issues](https://github.com/keeweb/keeweb/labels/help%20wanted) which need help. Also you can help by [translating KeeWeb](https://keeweb.oneskyapp.com) to your language. diff --git a/app/index.html b/app/index.html index f36ad017..3a93765d 100644 --- a/app/index.html +++ b/app/index.html @@ -23,7 +23,7 @@ diff --git a/app/scripts/views/settings/settings-help-view.js b/app/scripts/views/settings/settings-help-view.js index e2f0d776..80231fcf 100644 --- a/app/scripts/views/settings/settings-help-view.js +++ b/app/scripts/views/settings/settings-help-view.js @@ -10,7 +10,7 @@ const SettingsHelpView = Backbone.View.extend({ 'Environment: ' + (RuntimeInfo.launcher ? RuntimeInfo.launcher : 'web') + '\n' + 'User-Agent: ' + RuntimeInfo.userAgent; this.renderTemplate({ - issueLink: Links.Repo + '/issues/new?body=' + encodeURIComponent('!please, describe your issue here!\n\n' + appInfo), + issueLink: Links.Repo + '/issues/new?body=' + encodeURIComponent('!please describe your issue here!\n\n' + appInfo), desktopLink: Links.Desktop, webAppLink: Links.WebApp, appInfo: _.escape(appInfo)