Add links to dev docs pages

Ian McInerney 2019-11-25 17:58:51 +00:00
parent 10729d70cf
commit a33d439b0b

12
home.md

@ -2,5 +2,15 @@
This wiki contains documents and policies relating to the development of the KiCad source code.
## Developer Information
## Policies
* [Issue Tracker Guidelines](Developers/Guidelines/Issue-Tracker)
* [Commit Message Formatting](http://docs.kicad-pcb.org/doxygen/commit_messages.html)
* [Code Style Guide](http://docs.kicad-pcb.org/doxygen/md_Documentation_development_coding-style-policy.html)
* [User Interface Guidelines](http://docs.kicad-pcb.org/doxygen/md_Documentation_development_ui-policy.html)
* [Release Policy](http://docs.kicad-pcb.org/doxygen/md_Documentation_development_stable-release-policy.html)
## Useful References
* [Building From Source](http://docs.kicad-pcb.org/doxygen/md_Documentation_development_compiling.html)
* [Pcbnew Python Plugin Guide](http://docs.kicad-pcb.org/doxygen/md_Documentation_development_pcbnew-plugins.html)
* [Unit Testing KiCad](http://docs.kicad-pcb.org/doxygen/md_Documentation_development_testing.html)
* [Tool Framework Overview](http://docs.kicad-pcb.org/doxygen/md_Documentation_development_tool-framework.html)