aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.md
Commit message (Collapse)AuthorAgeFilesLines
* [Docs] Add Tap Dance example to the docs (#5326)Dusty Pomerleau2019-03-071-0/+14
| | | | | | | | * add a tapdance example for creating advanced mod-tap and layer-tap keys * add optional curly braces to match QMK conventions * change example to use `register_code16()` and tapdance keycodes more closely matching QMK variants
* Ask for your name when generating a new keyboard (#5214)fauxpark2019-02-261-2/+2
| | | | | | | | | | * Ask for your name when generating a new keyboard * Update docs * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Add clang-format section to contributing.mdJames Churchill2019-02-171-0/+12
|
* Update Contrib doc (#4068)Drashna Jaelre2018-10-061-2/+21
| | | | | | | | | | | | | | * Add link for style * ignore java * Add example and update link? * Minor fixes * Change 1TBS text * comments
* docs/contributing: add `#pragma once` to Coding ConventionsJames Laird-Wah2018-09-151-0/+1
| | | | | | This supersedes the older include guard mechanism since all the compilers now support it. It's easier for new users and less prone to error.
* Replace gitter links with Discord. (#3368)Fred Silberberg2018-07-111-3/+3
|
* Fix readme and contributing hyperlinksAlexander Dang-Tran2018-05-241-3/+3
|
* Trim trailing whitespacefauxpark2017-12-091-3/+3
|
* Fix some of the more obvious typosfauxpark2017-12-091-1/+1
|
* Convert all headings to Title Casefauxpark2017-12-091-6/+6
|
* Fix internal links in docs/ (#2080)Devin J. Pohly2017-11-301-1/+1
| | | | One link in the summary (Modding your keyboard) referred to a page that was deleted; the rest have been updated to point to the new names.
* update contributing guidelinesJack Humbert2017-11-011-0/+5
|
* Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed2017-10-241-1/+1
| | | | | | * fix #1313 by documenting more config.h options * Clean up and organize documentation
* Fix the naming for clueboard filesskullY2017-10-211-1/+1
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
* Fix the presentation of the contribution guideskullY2017-10-111-0/+147