diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-02-18 10:32:26 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-02-18 10:32:52 -0500 |
commit | f78cd3dd5115cb80a4a2afe335046f172845a4d2 (patch) | |
tree | 738f078e4d486dbc14720ddc863eb506730ff797 /doc/README.md | |
parent | 6ba3f1fdfd884c55c933446913cbbcee2bd8651f (diff) | |
parent | 5b76c314d60842bb18c739cb8d69c912cfffec4d (diff) |
Merge #15348: doc: Add separate productivity notes document
5b76c314d6 doc: Add separate productivity notes document (Carl Dong)
Pull request description:
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.
Tree-SHA512: b4989e7a815e972a9a646f448fb6c08bd896b4bce77fd7fb22a71a7602971d4cbe34f88183f503f5b851d002784d9e91b87df5348c661eeb9cefa69c52e0de2b
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/) |