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. 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; 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 + } ] }