Skip to content

Commit 5a7a17c

Browse files
rzhe97fabiocav
authored andcommitted
Update CONTRIBUTING.md
Added links to the tools for developing
1 parent 1b7ded2 commit 5a7a17c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Before filing an issue, please check that it doesn't already exist. If you're no
3737
- While you can develop from a Mac/Linux machine, it can be a rough experience and not all unit tests pass today. We have improvements where we hope to make this easier.
3838
- Language runtimes
3939
- Note: today you have to have Node.js and Java installed, but in the long run we hope move those tests out into their own repos
40-
- Java 8 (JDK and JRE required)
41-
- Node 8.4+
40+
- [Java 8 ](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (JDK and JRE required)
41+
- [Node 8.4+](https://nodejs.org/en/)
4242
- .NET Core 2.0
4343
- Editor
44-
- Visual Studio 2017 (recommended)
45-
- VS Code (works, but has some quirks running tests)
44+
- [Visual Studio 2017](https://visualstudio.microsoft.com/vs/) (recommended)
45+
- [VS Code](https://code.visualstudio.com/) (works, but has some quirks running tests)
4646
- Misc tools (suggested)
47-
- git - source control
48-
- nvm (nvm-windows for windows) - Node Version Manager (for managing multiple versions of Node.js)
47+
- [git](https://git-scm.com/downloads) - source control
48+
- [nvm (nvm-windows for windows)](https://github.com/coreybutler/nvm-windows) - Node Version Manager (for managing multiple versions of Node.js)
4949
- Commander/ConEmu(Windows)/iTerm(mac) - console managers; makes dealing with lots of consoles more manageable
5050
- [functions core tools](https://www.npmjs.com/package/azure-functions-core-tools) - helps for making samples/etc. `npm i -g azure-functions-core-tools@core`
5151

@@ -99,4 +99,4 @@ The general flow for making a change to the script host is:
9999
100100
- Leave comments on your PR and @ people for attention
101101
- [@AzureFunctions](https://twitter.com/AzureFunctions) on twitter
102-
- (MSFT Internal only) Functions Dev teams channel & email
102+
- (MSFT Internal only) Functions Dev teams channel & email

0 commit comments

Comments
 (0)