You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@ Before filing an issue, please check that it doesn't already exist. If you're no
37
37
- 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.
38
38
- Language runtimes
39
39
- 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/)
42
42
- .NET Core 2.0
43
43
- 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)
46
46
- 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)
49
49
- Commander/ConEmu(Windows)/iTerm(mac) - console managers; makes dealing with lots of consoles more manageable
50
50
-[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`
51
51
@@ -99,4 +99,4 @@ The general flow for making a change to the script host is:
99
99
100
100
- Leave comments on your PR and @ people for attention
101
101
- [@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