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-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
-
# First things first: Welcome!
1
+
# Welcome!
2
2
3
-
If you are here, it means you are interested in helping us out. A hearty welcome and thank you! We always welcome new contribution to any of the following areas:
4
-
* Bug reports regarding the software or the documentation.
5
-
* Documentation updates, tutorial and examples.
6
-
* New code to implement a feature or patch an issue.
3
+
If you are here, it means you are interested in helping us out. A hearty welcome and thank you! There are many ways you can contribute to the ML.NET project:
4
+
5
+
* Offer PR's to fix bugs or implement new features.
6
+
* Give us feedback and bug reports regarding the software or the documentation.
7
+
* Improve our examples, tutorials, and documentation.
7
8
8
9
## Getting started:
9
10
@@ -13,7 +14,7 @@ Please join the community on [gitter](https://gitter.im/dotnet). Also please mak
13
14
14
15
If you are new to GitHub [here](https://help.github.com/categories/collaborating-with-issues-and-pull-requests/) is a detailed help source on getting involved with development on GitHub.
15
16
16
-
As a first time contributor, you will be invited to sign the Contributor License Agreement (CLA). Please follow the instructions of the dotnet foundation bot reviewer on your PR to sign the agreement. Please note that only original code with signed CLA could be merged into the main repo.
17
+
As a first time contributor, you will be invited to sign the Contributor License Agreement (CLA). Please follow the instructions of the dotnet foundation bot reviewer on your PR to sign the agreement indicating that you have appropriate rights to your contribution.
17
18
18
19
Your pull request needs to reference a filed issue. Please fill in the template that is populated for the pull request. Only pull requests adressing small typos can have no issues associated with them.
0 commit comments