mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-04 19:16:07 +02:00
Merge branch 'master' of github.com:laurent22/joplin
This commit is contained in:
commit
384c7cd831
@ -621,10 +621,11 @@ class Application extends BaseApplication {
|
||||
if ('git' in p) {
|
||||
gitInfo = _('Revision: %s (%s)', p.git.hash, p.git.branch);
|
||||
}
|
||||
const copyrightText = 'Copyright © 2016-YYYY Laurent Cozic';
|
||||
let message = [
|
||||
p.description,
|
||||
'',
|
||||
'Copyright © 2016-2019 Laurent Cozic',
|
||||
copyrightText.replace('YYYY', new Date().getFullYear()),
|
||||
_('%s %s (%s, %s)', p.name, p.version, Setting.value('env'), process.platform),
|
||||
'',
|
||||
_('Client ID: %s', Setting.value('clientId')),
|
||||
|
7
docs/gsoc2020/lessons learned.md
Normal file
7
docs/gsoc2020/lessons learned.md
Normal file
@ -0,0 +1,7 @@
|
||||
- (git) tools suggestion / referencing
|
||||
- coding style
|
||||
- quick introduction, 3 steps to contribute / apply for GSoC
|
||||
- show prove of improvment
|
||||
-
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user