From 91ff3699cb93301b835841d9f2506cd2195d31c4 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 22 Sep 2022 10:14:42 +0200 Subject: [PATCH 1/2] fix spelling --- apps/remix-ide/team-best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/team-best-practices.md b/apps/remix-ide/team-best-practices.md index 5a246096e7..927e535d52 100644 --- a/apps/remix-ide/team-best-practices.md +++ b/apps/remix-ide/team-best-practices.md @@ -17,7 +17,7 @@ Related links: - Remix beta live: https://remix-beta.ethereum.org - Remix-ide NPM module: https://www.npmjs.com/package/remix-ide - Remix-lib NPM module: https://www.npmjs.com/package/remix-lib - - Remix-tests NPM module: https://www.npmjs.com/package/remix-test + - Remix-tests NPM module: https://www.npmjs.com/package/remix-tests - Remix-solidity NPM module: https://www.npmjs.com/package/remix-solidity - Remix-debug NPM module: https://www.npmjs.com/package/remix-debug - Remix documentation: http://remix-ide.readthedocs.io/en/latest/ From 0349c55eeb2d9c1d35fa23b4aae88673e6a6326d Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 22 Sep 2022 10:35:50 +0200 Subject: [PATCH 2/2] Update team-best-practices.md --- apps/remix-ide/team-best-practices.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/apps/remix-ide/team-best-practices.md b/apps/remix-ide/team-best-practices.md index 927e535d52..8777280bc5 100644 --- a/apps/remix-ide/team-best-practices.md +++ b/apps/remix-ide/team-best-practices.md @@ -2,9 +2,8 @@ # Team best practices This document aims to address contibutors best practices of the following repositories: - - remix-ide https://github.com/ethereum/remix-ide - - remix https://github.com/ethereum/remix - - remixd https://github.com/ethereum/remixd + - remix-ide https://github.com/ethereum/remix-project + - remix-plugin https://github.com/ethereum/remix-plugin This document is not in its final version, **a team meeting which aim to address new/old best practices, feedback, workflows, all kind of issues related to how the team work together occurs every 2 weeks.** This document link to other specialised best practices (like coding best practices). @@ -15,11 +14,10 @@ Related links: - Remix live: https://remix.ethereum.org - Remix alpha live: https://remix-alpha.ethereum.org - Remix beta live: https://remix-beta.ethereum.org - - Remix-ide NPM module: https://www.npmjs.com/package/remix-ide - - Remix-lib NPM module: https://www.npmjs.com/package/remix-lib - - Remix-tests NPM module: https://www.npmjs.com/package/remix-tests - - Remix-solidity NPM module: https://www.npmjs.com/package/remix-solidity - - Remix-debug NPM module: https://www.npmjs.com/package/remix-debug + - Remix-lib NPM module: https://www.npmjs.com/package/@remix-project/remix-lib + - Remix-tests NPM module: https://www.npmjs.com/package/@remix-project/remix-tests + - Remix-solidity NPM module: https://www.npmjs.com/package/@remix-project/remix-solidity + - Remix-debug NPM module: https://www.npmjs.com/package/@remix-project/remix-debug - Remix documentation: http://remix-ide.readthedocs.io/en/latest/ - General gitter channel: https://gitter.im/ethereum/remix - Dev gitter channel: https://gitter.im/ethereum/remix-dev