aboutsummaryrefslogtreecommitdiffstats
path: root/docs/cli_development.md
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-05-26 12:43:14 +1000
committerGitHub <noreply@github.com>2020-05-25 19:43:14 -0700
commite4823aadec24bca0ecfd1184562d27a49fd20544 (patch)
tree66699e086fdd4b6c87bf2f83f4fae74c4e8ecded /docs/cli_development.md
parent5c9906eb4fc569cd08d88dcd85ce9afaa5410ffb (diff)
downloadfirmware-e4823aadec24bca0ecfd1184562d27a49fd20544.tar.gz
firmware-e4823aadec24bca0ecfd1184562d27a49fd20544.tar.bz2
firmware-e4823aadec24bca0ecfd1184562d27a49fd20544.zip
Fix capitalisation of "GitHub" (#9184)
Diffstat (limited to 'docs/cli_development.md')
-rw-r--r--docs/cli_development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_development.md b/docs/cli_development.md
index af86686c0..07c8f281b 100644
--- a/docs/cli_development.md
+++ b/docs/cli_development.md
@@ -210,7 +210,7 @@ Our tests can be found in `lib/python/qmk/tests/`. You will find both unit and i
If your PR does not include a comprehensive set of tests please add comments like this to your code so that other people know where they can help:
- # TODO(unassigned/<yourGithubUsername>): Write <unit|integration> tests
+ # TODO(unassigned/<your_github_username>): Write <unit|integration> tests
We use [nose2](https://nose2.readthedocs.io/en/latest/getting_started.html) to run our tests. You can refer to the nose2 documentation for more details on what you can do in your test functions.