From 2a8abd16d9532bf3fc2560b731cb0f0428f02fc4 Mon Sep 17 00:00:00 2001 From: Gary Pretty Date: Mon, 22 Jun 2020 07:00:42 +0100 Subject: [PATCH] Ensure community docs are present as per guidance (#5914) * Create Code of Conduct based on recommended GitHub template This code of conduct is using the recommended template for projects of all sizes. * Update CODE_OF_CONDUCT.md * Added / updated community docs --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ CODE_OF_CONDUCT.md | 5 +++++ Contributing.md | 6 ------ 3 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 CODE_OF_CONDUCT.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..42e51825a0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +Fixes # + +## Proposed Changes + + + + - + - + - + + +## Testing + \ No newline at end of file diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000000..d3ff17639e --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,5 @@ +## Code of Conduct + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact + [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file diff --git a/Contributing.md b/Contributing.md index 660f9d5938..878c5f695f 100644 --- a/Contributing.md +++ b/Contributing.md @@ -1,11 +1,5 @@ # Instructions for Contributing Code -## Code of Conduct - -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). -For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact - [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. - ## Contributing bug fixes and features The Bot Framework team is currently accepting contributions in the form of bug fixes and new