mirror of https://github.com/keeweb/keeweb
grammar
parent
7c0a3b11e0
commit
6854531584
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<body class="th-d">
|
||||
<noscript>
|
||||
<h1>KeeWeb</h1>
|
||||
<p>KeeWeb is a password manager written in JavaScript. Please, enable JavaScript to run it.</p>
|
||||
<p>KeeWeb is a password manager written in JavaScript. Please enable JavaScript to run it.</p>
|
||||
</noscript>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue