Skip to content

Commit 1a99cb4

Browse files
committed
Create CONTRIBUTING.md
1 parent 20d0b53 commit 1a99cb4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CONTRIBUTING.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Contributing
2+
If you haven't already read through them, we recommend the starting with the [Azure contribution guidelines][azure-oss].
3+
4+
We will _consider_ any contributions that align with the stated goals of the project.
5+
6+
## Legal
7+
You will need to complete a Contributor License Agreement (CLA). Briefly, this agreement testifies that you are granting us permission to use the submitted change according to the terms of the project's license, and that the work being submitted is under appropriate copyright.
8+
9+
Please submit a [Contributor License Agreement (CLA)](https://cla.azure.com/) before submitting a pull request. This process is automated and should be painless.
10+
11+
## Housekeeping
12+
Your pull request should:
13+
14+
* Include a description of what your change intends to do.
15+
* Be based on a reasonably recent commit in the `master` branch.
16+
* Include tests covering your changes _as appropriate_.
17+
18+
## Be nice
19+
We might be slower than you'd like. We might also ask you to make changes to the pull request. We ask for your patience. :smiley:
20+
21+
[azure-oss]: http://azure.github.io/guidelines.html#contributing

0 commit comments

Comments
 (0)