Skip to content

Commit 0649c54

Browse files
authored
Merge pull request #2 from MicrosoftDocs/master
pull latest changes
2 parents 9806061 + 6831c20 commit 0649c54

File tree

19,865 files changed

+376730
-212707
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

19,865 files changed

+376730
-212707
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,2 @@
11
{:allowed-branchname-matches ["^master$" "^release..*"]
2-
:allowed-filename-matches ["articles" "includes"]
3-
4-
:template-header
5-
"
6-
## Acrolinx Scorecards
7-
8-
**A minimum Acrolinx score of 80 is required.**
9-
10-
Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
11-
12-
| Article | Score | Issues | Scorecard |
13-
| ------- | ----- | ------ | --------- |
14-
"
15-
16-
;; do not remove the spaces at the end of lines! That is markdown for
17-
;; linebreak
18-
:template-change
19-
"| **${github/filename}** | ${acrolinx/qualityscore} | ${acrolinx/flags/issues} | [link](${acrolinx/scorecard}) |
20-
"
21-
22-
:template-footer
23-
"
24-
**More info about Acrolinx**
25-
26-
- [Install Acrolinx locally for VSCode](https://review.docs.microsoft.com/en-us/help/contribute/contribute-acrolinx-vscode)
27-
- [Report false positives or issues](https://aka.ms/acrolinxbug)
28-
29-
"}
2+
:allowed-filename-matches ["articles" "includes"]}

.gitattributes

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.h text
8+
9+
# Denote all files that are truly binary and should not be modified.
10+
*.gif binary
11+
*.ico binary
12+
*.jpg binary
13+
*.png binary
14+
15+
# Declare files that will always have CRLF line endings on checkout.
16+
*.sln text eol=crlf
17+
18+
# DOCS Specific Settings
19+
# .openpublishing.redirection.json merge=union

.github/CODEOWNERS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Testing the new code owners feature in GitHub. Please contact Tyson if you have questions.
2+
# articles/storage/ @tamram @robinsh
3+
# articles/virtual-machines/ @iainfoulds @cynthn
4+
# articles/virtual-machines/linux/ @iainfoulds @cynthn
5+
# articles/virtual-machines/windows/ @iainfoulds @cynthn
6+
# articles/application-insights/ @SergeyKanzhelev
7+
# articles/cosmos-db/ @mimig1
8+
9+
# All Articles
10+
articles/ @apex-docs-pr-reviewers
11+
12+
# Cognitive Services
13+
articles/cognitive-services/ @nitinme @tchristiani @cjgronlund
14+
articles/cognitive-services/LUIS/ @cjgronlund @nitinme @diberry
15+
articles/cognitive-services/Speaker-recognition/ @cjgronlund @nitinme @erhopf
16+
articles/cognitive-services/Speech-Service/ @cjgronlund @nitinme @erhopf
17+
articles/cognitive-services/Translator/ @cjgronlund @nitinme @erhopf
18+
articles/cognitive-services/QnAMaker/ @cjgronlund @nitinme @diberry
19+
20+
# DevOps
21+
22+
articles/ansible/ @TomArcher
23+
articles/chef/ @TomArcher
24+
articles/jenkins/ @TomArcher
25+
articles/terraform/ @TomArcher

.github/CODE_OF_CONDUCT.md

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

.github/CONTRIBUTING.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Contributing to Microsoft Azure Documentation
2+
3+
Thank you for taking the time to contribute to the Microsoft Azure documentation.
4+
5+
This guide covers some general topics around contribution and refers out to our [contributors guide](https://docs.microsoft.com/contribute) for more detailed explanations where relevant.
6+
7+
## Code of Conduct
8+
9+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
10+
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/), or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
11+
12+
## How can I contribute?
13+
14+
There are a variety of ways to contribute to the documentation, review the sections below to find out which one is right for you.
15+
16+
### Reporting Bugs and Suggesting Enhancements
17+
18+
Please use the Feedback tool at the bottom of any article to submit bugs and suggestions.
19+
20+
![Feedback Tool](media/feedback-tool.png)
21+
22+
### Editing in GitHub
23+
24+
Follow the guidance for [Quick edits to existing documents](https://docs.microsoft.com/contribute/#quick-edits-to-existing-documents) in our contributors guide.
25+
26+
### Pull Request
27+
28+
Review the guidance for [Pull Requests](https://docs.microsoft.com/contribute/how-to-write-workflows-major#pull-request-processing) in our contributors guide.
File renamed without changes.

LICENSE renamed to .github/LICENSE

File renamed without changes.
File renamed without changes.

.github/ThirdPartyNotices.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Legal Notices
2+
Microsoft and any contributors grant you a license to the Microsoft documentation and other content
3+
in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode),
4+
see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the
5+
[LICENSE-CODE](LICENSE-CODE) file.
6+
7+
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
8+
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
9+
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
10+
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
11+
12+
Privacy information can be found at https://privacy.microsoft.com/en-us/
13+
14+
Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents,
15+
or trademarks, whether by implication, estoppel or otherwise.

.github/media/feedback-tool.png

15.4 KB
Loading

0 commit comments

Comments
 (0)