Skip to content

Commit 0e96543

Browse files
authored
Adding community docs as per guidelines (#1132)
* Create CODE_OF_CONDUCT Linking to the Microsoft Open Source Code of COnduct * Added community docs * Amends for code of conduct
1 parent 7fad7bf commit 0e96543

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Fixes #<!-- If this addresses a specific issue, please provide the issue number here -->
2+
3+
## Description
4+
<!-- Please discuss the changes you have worked on. What do the changes do; why is this PR needed? -->
5+
6+
## Specific Changes
7+
<!-- Please list the changes in a concise manner. -->
8+
9+
-
10+
-
11+
-
12+
13+
## Testing
14+
<!-- If you are adding a new feature to a library, you must include tests for your new code. -->

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Code of Conduct
2+
3+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact
5+
[[email protected]](mailto:[email protected]) with any additional questions or comments.

Contributing.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Instructions for Contributing Code
2+
3+
## Contributing bug fixes and features
4+
5+
The Bot Framework team is currently accepting contributions in the form of bug fixes and new
6+
features. Any submission must have an issue tracking it in the issue tracker that has
7+
been approved by the Bot Framework team. Your pull request should include a link to
8+
the bug that you are fixing. If you've submitted a PR for a bug, please post a
9+
comment in the bug to avoid duplication of effort.
10+
11+
## Legal
12+
13+
If your contribution is more than 15 lines of code, you will need to complete a Contributor
14+
License Agreement (CLA). Briefly, this agreement testifies that you are granting us permission
15+
to use the submitted change according to the terms of the project's license, and that the work
16+
being submitted is under appropriate copyright.
17+
18+
Please submit a Contributor License Agreement (CLA) before submitting a pull request.
19+
You may visit https://cla.azure.com to sign digitally. Alternatively, download the
20+
agreement ([Microsoft Contribution License Agreement.docx](https://www.codeplex.com/Download?ProjectName=typescript&DownloadId=822190) or
21+
[Microsoft Contribution License Agreement.pdf](https://www.codeplex.com/Download?ProjectName=typescript&DownloadId=921298)), sign, scan,
22+
and email it back to <[email protected]>. Be sure to include your github user name along with the agreement. Once we have received the
23+
signed CLA, we'll review the request.

0 commit comments

Comments
 (0)