diff options
author | Dan Finlay <dan@danfinlay.com> | 2018-04-13 04:40:54 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2018-04-13 04:40:59 +0800 |
commit | e8411971419473e24defc6b69596d33a0a90ccfb (patch) | |
tree | fecdf7bac081d7db7a7967f900a99b79db92e525 /README.md | |
parent | 29dab1e9e00c1c1e6ad834026df51b2839d3171d (diff) | |
download | tangerine-wallet-browser-e8411971419473e24defc6b69596d33a0a90ccfb.tar tangerine-wallet-browser-e8411971419473e24defc6b69596d33a0a90ccfb.tar.gz tangerine-wallet-browser-e8411971419473e24defc6b69596d33a0a90ccfb.tar.bz2 tangerine-wallet-browser-e8411971419473e24defc6b69596d33a0a90ccfb.tar.lz tangerine-wallet-browser-e8411971419473e24defc6b69596d33a0a90ccfb.tar.xz tangerine-wallet-browser-e8411971419473e24defc6b69596d33a0a90ccfb.tar.zst tangerine-wallet-browser-e8411971419473e24defc6b69596d33a0a90ccfb.zip |
Add team member documentation
To help exeternal contributors make sense of who is active on the
project, and who they should go to to ask certain questions.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ To write tests that will be run in the browser using QUnit, add your test files - [How to develop a live-reloading UI](./docs/ui-dev-mode.md) - [How to add a new translation to MetaMask](./docs/translating-guide.md) - [Publishing Guide](./docs/publishing.md) +- [The MetaMask Team](./docs/team.md) - [How to develop an in-browser mocked UI](./docs/ui-mock-mode.md) - [How to live reload on local dependency changes](./docs/developing-on-deps.md) - [How to add new networks to the Provider Menu](./docs/adding-new-networks.md) |