diff options
author | Carl Dong <accounts@carldong.me> | 2019-02-05 10:24:22 -0500 |
---|---|---|
committer | Carl Dong <accounts@carldong.me> | 2019-02-05 15:18:36 -0500 |
commit | 5b76c314d60842bb18c739cb8d69c912cfffec4d (patch) | |
tree | 933e93bad37d6b2bf908ab8fa2da1d6116194c13 /doc/README.md | |
parent | cf8aa5c76ad84f1d81022afb422fdfef954c129c (diff) |
doc: Add separate productivity notes document
Many developers have their own tools and tricks to be more productive
during their cycles, so let's document the best ones so that everyone
can benefit from them.
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md index 51950d4a13..8876ffdd72 100644 --- a/doc/README.md +++ b/doc/README.md @@ -51,6 +51,7 @@ Development The Bitcoin repo's [root README](/README.md) contains relevant information on the development process and automated testing. - [Developer Notes](developer-notes.md) +- [Productivity Notes](productivity.md) - [Release Notes](release-notes.md) - [Release Process](release-process.md) - [Source Code Documentation (External Link)](https://dev.visucore.com/bitcoin/doxygen/) |