Skip to content

Commit 685b678

Browse files
committed
Added links to Code of Conduct
1 parent d7f3d0a commit 685b678

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CONTRIBUTING.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@ Contribution to .NEXT
22
====
33
[![Chat for Contributors](https://badges.gitter.im/dot_next/contrib.svg)](https://gitter.im/dot_next/contrib)
44

5-
You can contribute to .NEXT or its documentation with Pull Requests and issues. Follow the rules described in this document.
5+
This project welcomes contributions and suggestions. Most contributions require you to agree to a
6+
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
7+
the rights to use your contribution. For details, visit https://cla.microsoft.com.
8+
9+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
10+
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
11+
provided by the bot. You will only need to do this once across all repos using our CLA.
12+
13+
This project has adopted the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
14+
For more information see the [Code of Conduct FAQ](https://www.contributor-covenant.org/faq/) or
15+
contact [conduct@dotnetfoundation.org](mailto:conduct@dotnetfoundation.org) with any additional questions or comments.
616

717
## Branching Model
818
This repository uses branching model known as [git flow](https://nvie.com/posts/a-successful-git-branching-model/). Use **develop** as the destination branch in your Pull Request.

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,16 @@ Philosophy of development process:
9494
1. Provide high-quality documentation
9595
1. Stay cross-platform
9696
1. Provide benchmarks
97+
98+
# Contributing
99+
This project welcomes contributions and suggestions. Most contributions require you to agree to a
100+
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
101+
the rights to use your contribution. For details, visit https://cla.microsoft.com.
102+
103+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
104+
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
105+
provided by the bot. You will only need to do this once across all repos using our CLA.
106+
107+
This project has adopted the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
108+
For more information see the [Code of Conduct FAQ](https://www.contributor-covenant.org/faq/) or
109+
contact [conduct@dotnetfoundation.org](mailto:conduct@dotnetfoundation.org) with any additional questions or comments.

0 commit comments

Comments
 (0)