diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-10-11 12:07:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-11 12:07:15 -0700 |
commit | 2db4ad2133c229740c1a703eb83ae40396797797 (patch) | |
tree | 881db8bf3a6201a825e869eaebacd21c87c0189c /docs/_summary.md | |
parent | b3ad561b4ff549cce6965622c18af1336b47dbdc (diff) | |
download | qmk_firmware-2db4ad2133c229740c1a703eb83ae40396797797.tar.gz qmk_firmware-2db4ad2133c229740c1a703eb83ae40396797797.zip |
Write a contributing guide. (#1827)
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index b085c18d7..4383bbb23 100644 --- a/docs/_summary.md +++ b/docs/_summary.md | |||
@@ -3,6 +3,7 @@ | |||
3 | * [Install Build Tools](getting_started_build_tools.md) | 3 | * [Install Build Tools](getting_started_build_tools.md) |
4 | * Alternative: [Vagrant Guide](getting_started_vagrant_guide.md) | 4 | * Alternative: [Vagrant Guide](getting_started_vagrant_guide.md) |
5 | * [Build/Compile instructions](getting_started_make_guide.md) | 5 | * [Build/Compile instructions](getting_started_make_guide.md) |
6 | * [Contributing to QMK](getting_started_contributing.md) | ||
6 | * [How to Use Github](getting_started_github.md) | 7 | * [How to Use Github](getting_started_github.md) |
7 | 8 | ||
8 | * [FAQ](faq.md) | 9 | * [FAQ](faq.md) |
@@ -52,11 +53,11 @@ | |||
52 | * [The `config.h` File](config_options.md) | 53 | * [The `config.h` File](config_options.md) |
53 | * [Customizing Functionality](custom_quantum_functions.md) | 54 | * [Customizing Functionality](custom_quantum_functions.md) |
54 | * [Documentation Best Practices](documentation_best_practices.md) | 55 | * [Documentation Best Practices](documentation_best_practices.md) |
56 | * [Documentation Templates](documentation_templates.md) | ||
55 | * [Unit Testing](unit_testing.md) | 57 | * [Unit Testing](unit_testing.md) |
56 | 58 | ||
57 | * For Makers and Modders | 59 | * For Makers and Modders |
58 | * [Adding a keyboard to QMK](adding_a_keyboard_to_qmk.md) | 60 | * [Adding a keyboard to QMK](adding_a_keyboard_to_qmk.md) |
59 | * [Adding features to QMK](adding_features_to_qmk.md) | ||
60 | * [Hand Wiring Guide](hand_wiring.md) | 61 | * [Hand Wiring Guide](hand_wiring.md) |
61 | * [ISP flashing guide](isp_flashing_guide.md) | 62 | * [ISP flashing guide](isp_flashing_guide.md) |
62 | * [Modding your keyboard](modding_your_keyboard.md) | 63 | * [Modding your keyboard](modding_your_keyboard.md) |