From 6aab655eedc3e9cfea043aa8ef6dcdedf26a2fe1 Mon Sep 17 00:00:00 2001 From: lttb Date: Thu, 27 May 2021 08:21:53 +0100 Subject: [PATCH 1/3] Add engram layout --- src/js/layouts.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/js/layouts.js b/src/js/layouts.js index 2e20db897..df40e1080 100644 --- a/src/js/layouts.js +++ b/src/js/layouts.js @@ -335,5 +335,15 @@ const layouts = { " " ], }, + engram: { + keymapShowTopRow: true, + keys: [ + "[{", "1|", "2=", "3~", "4+", "5<", "6>", "7^", "8&", "9%", "0*", "]}", "/\\", + "bB", "yY", "oO", "uU", "'(", "\")", "lL", "dD", "wW", "vV", "zZ", "#$", "@`", + "cC", "iI", "eE", "aA", ",;", ".:", "hH", "tT", "sS", "nN", "qQ", + "\\|", "gG", "xX", "jJ", "kK", "-_", "?!", "rR", "mM", "fF", "pP", + " " + ] + } } export default layouts; From d8fbf7c42c899b229606e85481a4470814097001 Mon Sep 17 00:00:00 2001 From: UnrealApex Date: Sat, 29 May 2021 00:14:53 +0000 Subject: [PATCH 2/3] Added Martin Fowler quote --- static/quotes/english.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/quotes/english.json b/static/quotes/english.json index 6641264af..9c2bfc9c4 100644 --- a/static/quotes/english.json +++ b/static/quotes/english.json @@ -32896,6 +32896,12 @@ "source": "Steins;Gate", "length": 247, "id": 5538 - } + }, + { + "text": "Any fool can write code that a computer can understand. Good programmers write code that humans can understand.", + "source": "Martin Fowler", + "length": 111, + "id": 5539 + } ] } From f39426d7736d4fa65bc00378bbe5d3ca3c6eabcd Mon Sep 17 00:00:00 2001 From: UnrealApex <79121360+UnrealApex@users.noreply.github.com> Date: Sat, 29 May 2021 19:21:52 -0700 Subject: [PATCH 3/3] Update pull_request_template.md Fixed links --- .github/pull_request_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 33801c219..d99157cad 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,8 +7,7 @@ If your change is visual (mainly themes) it would be extra awesome if you could ### Checklist -- [] I have read the [`Code Of Conduct`](/CODE_OF_CONDUCT.md) -- [] I viewed the [`Contributing file`](/CONTRIBUTING.md) +- [] I have read the [`CODE_OF_CONDUCT.md`](https://github.com/Miodec/monkeytype/blob/master/CODE_OF_CONDUCT.md) and the [`CONTRIBUTING.md`](https://github.com/Miodec/monkeytype/blob/master/CONTRIBUTING.md) - [] If my PR is a new language or theme I modified the appropriate files to incorporate the language or theme - [] I checked if my PR has any bugs or other issues that could reduce the stability of the project - [] I understand that the maintainer has the right to reject my PR and it may not get accepted.