aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
Commit message (Collapse)AuthorAgeFilesLines
* [doc] Minor markdown fixesMarcoFalke2015-11-301-12/+12
|
* doc: Add non-style-related development guidelinesWladimir J. van der Laan2015-11-131-0/+169
| | | | | | | I've collected these over time, mostly adding notes after troubleshooting obscure bugs. As I hope to get the community more involved in the whole process, I think it is useful to add to the developer-notes.
* doc: Add developer notes about gitignoreWladimir J. van der Laan2015-10-231-0/+33
| | | | | - Add developer notes about `.gitignore.` - Remove qt creator specific files from gitignore, to be consistent.
* Correct spelling mistakes in doc folderMitchell Cash2015-10-181-1/+1
| | | | | | | | | - OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal
* [doc] trivial: developer-notes.md covers more than just coding standardsMarcoFalke2015-10-091-2/+2
|
* Add CONTRIBUTING.mdBtcDrak2015-09-261-15/+2
|
* Update documentation to match the #4219 changelpescher2015-05-191-1/+1
|
* Bugfix: Grammar fixesCorinne Dashjr2015-05-011-3/+3
|
* Create developer-notes.mdMichael Ford2014-12-191-0/+186
Moves coding guidelines and development tips/tricks into a single file. Also adds a section explaining pull request terminology.