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: doc/contributing
+9
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,15 @@
27
27
28
28
You can get it <a href="http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/976/msdncompositedoc.xml&frame=true">here</a>
29
29
30
+
If you are new to .NET, writing regression tests is a good way
31
+
of starting to contribute: it will help you get used to C# as
32
+
well as getting comfortable with the .NET APIs.
33
+
34
+
This helps because at this point you might be the best
35
+
qualified person to fix a problem found by the regression
36
+
test, or you might have a new class to implement in the .NET
37
+
world that only has a test suite.
38
+
30
39
** Bug reporting
31
40
32
41
If you find bugs in Mono, please make sure you enter a bug
Copy file name to clipboardExpand all lines: web/contributing
+9
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,15 @@
27
27
28
28
You can get it <a href="http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/976/msdncompositedoc.xml&frame=true">here</a>
29
29
30
+
If you are new to .NET, writing regression tests is a good way
31
+
of starting to contribute: it will help you get used to C# as
32
+
well as getting comfortable with the .NET APIs.
33
+
34
+
This helps because at this point you might be the best
35
+
qualified person to fix a problem found by the regression
36
+
test, or you might have a new class to implement in the .NET
37
+
world that only has a test suite.
38
+
30
39
** Bug reporting
31
40
32
41
If you find bugs in Mono, please make sure you enter a bug
0 commit comments