@@ -10,7 +10,7 @@ Use of Angular-React allows consuming any React elements, but specifically Offic
1010[ @angular-react/fabric ] ( https://www.npmjs.com/package/@angular-react/fabric ) |
1111[ Documentation, quick start, and guides] [ ard ] |
1212[ Demo] [ ard-demo ] |
13- [ Contributing] ( https://github.com/benfeely /angular-react/blob/master/CONTRIBUTING.md ) |
13+ [ Contributing] ( https://github.com/microsoft /angular-react/blob/master/CONTRIBUTING.md ) |
1414[ StackBlitz Template] ( https://stackblitz.com/edit/angular-react ) |
1515[ Office UI Fabric] ( https://developer.microsoft.com/en-us/fabric )
1616
@@ -26,11 +26,25 @@ if you're building your first project with Angular-React.
2626If you'd like to contribute, you must follow our [ contributing guidelines] ( https://github.com/angular/material2/blob/master/CONTRIBUTING.md ) .
2727You can look through the issues (which should be up-to-date on who is working on which features and which pieces are blocked) and make a comment.
2828
29- [ ard ] : https://benfeely .github.io/angular-react
30- [ ard-demo ] : https://benfeely .github.io/angular-react/demo
31- [ getting-started ] : https://benfeely .github.io/angular-react/docs/getting-started
29+ [ ard ] : https://microsoft .github.io/angular-react
30+ [ ard-demo ] : https://microsoft .github.io/angular-react/demo
31+ [ getting-started ] : https://microsoft .github.io/angular-react/docs/getting-started
3232[ fab ] : https://developer.microsoft.com/en-us/fabric
3333
34+ ## Contributing
35+
36+ This project welcomes contributions and suggestions. Most contributions require you to agree to a
37+ Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
38+ the rights to use your contribution. For details, visit https://cla.microsoft.com .
39+
40+ When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
41+ a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
42+ provided by the bot. You will only need to do this once across all repos using our CLA.
43+
44+ This project has adopted the [ Microsoft Open Source Code of Conduct] ( https://opensource.microsoft.com/codeofconduct/ ) .
45+ For more information see the [ Code of Conduct FAQ] ( https://opensource.microsoft.com/codeofconduct/faq/ ) or
46+ contact [ opencode@microsoft.com ] ( mailto:opencode@microsoft.com ) with any additional questions or comments.
47+
3448### Pull Requests
3549See: https://gist.github.com/piscisaureus/3342247
3650Locate the section for your github remote in the ` .git/config ` file. It looks like this:
@@ -75,7 +89,7 @@ To get latest changes to the PR:
7589```
7690$ git checkout pr/1000
7791$ git pull --tags origin refs/pull/1000/head
78- From https://github.com/benfeely /angular-react
92+ From https://github.com/microsoft /angular-react
7993 * branch refs/pull/1000/head -> FETCH_HEAD
8094Updating aab92e2..2896b73
8195Fast-forward
0 commit comments