Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.74 KB

CONTRIBUTING.md

File metadata and controls

40 lines (31 loc) · 2.74 KB

Anyone can contribute to the repo, you don't need to be a pro.

What

Any query or workbook you find useful can benefit other users as well. We also keep a list of the top asks, you may find it inspiring :)

Query formatting

  • Queries are written in KQL, and use the .kql file type.
  • Each query file includes a metadata section with the following sections:
    • Author - your email address or Git username
    • Display name - a short query title (ideally up to 80 characters)
    • Description - 1-2 sentences that describe the query
    • Categories - one or more categories (see Query categories)
    • Resource types - the resource type this query applies to (see Query resource types)
    • Topic - the general subject this query is about. The topic should match the name of the folder containing the query. Common values are: Diagnostics, Errors, Latency, Performance, Usage, Availability, Security, Health, Troubleshooting.

How to submit a GitHub pull request

We follow the GitHub fork and pull model

  1. Fork this repo - just click the Fork button on the top right corner of this page

  2. Update your forked repo - add examples, edit existing content

  3. Submit a pull request from your repo

PR

Contributor License Agreement (CLA)

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Any source code in this repository is licensed under the MIT license as found here.