Skip to content

Commit

Permalink
Align with azure-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ckittel authored Jan 22, 2025
1 parent d283228 commit 318849a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
8 changes: 7 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@
*.c text
*.h text

# Include Markdown in the GitHub language breakdown statistics
*.md linguist-detectable

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpg binary
*.gif binary
*.ico binary
*.svg text
21 changes: 10 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,26 @@

Thank you for taking the time to contribute to the Microsoft Azure documentation.

This guide covers some general topics around contribution and refers out to our [contributors guide](https://learn.microsoft.com/contribute) for more detailed explanations where relevant.
This guide covers some general topics related to contribution and refers to our [contributor guide](https://learn.microsoft.com/contribute/content) for more detailed explanations when required.

## 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 [[email protected]](mailto:[email protected]) with any additional questions or comments.

## How can I contribute?
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.

There are a variety of ways to contribute to the documentation, review the following sections to find out which one is right for you.
## How can I contribute?

### Reporting Bugs and Suggesting Enhancements
There are many ways to contribute to the documentation. Review the following sections to find out which one is right for you.

Use the Feedback tool at the bottom of any article to submit bugs and suggestions.
### Report bugs and suggesting enhancements

![Feedback Tool](https://raw.githubusercontent.com/MicrosoftDocs/azure-docs/master/media/feedback-tool.png)
Use the Feedback tool at the bottom of any article to submit bugs and suggestions related to the article.

### Editing in GitHub
### Edit in GitHub

Follow the guidance for [Quick edits to existing documents](https://learn.microsoft.com/contribute/#quick-edits-to-existing-documents) in our contributors guide.
Follow the guidance for [editing documentation in the browser](https://learn.microsoft.com/contribute/content/how-to-write-quick-edits) in our contributor guide.

### Pull Request
## Pull requests

Review the guidance for [Pull Requests](https://learn.microsoft.com/contribute/how-to-write-workflows-major#pull-request-processing) in our contributors guide.
Review the guidance for [pull-request processing](https://learn.microsoft.com/contribute/content/process-pull-request) in our contributor guide.

0 comments on commit 318849a

Please sign in to comment.