Skip to content

Commit dc86e7a

Browse files
committed
updated readme
1 parent c3e1574 commit dc86e7a

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,24 @@ Guidance on onboarding samples to docs.microsoft.com/samples: https://review.doc
1818
Taxonomies for products and languages: https://review.docs.microsoft.com/new-hope/information-architecture/metadata/taxonomies?branch=master
1919
-->
2020

21-
Give a short description for your sample here. What does it do and why is it important?
21+
# Azure Log Analytics Examples
22+
23+
Any source code in this repository is licensed under the MIT license as found [here](LICENSE).
24+
25+
## Redistribution
26+
27+
Upon redistribution of this repo, please be respectful of the readers and authors of this documentation, and include a link to the [original repo master branch](https://github.com/MicrosoftDocs/LogAnalyticsExamples).
2228

2329
## Contents
2430

2531
Outline the file contents of the repository. It helps users navigate the codebase, build configuration and any related assets.
2632

2733
| File/folder | Description |
2834
|-------------------|--------------------------------------------|
29-
| `src` | Sample source code. |
30-
| `.gitignore` | Define what to ignore at commit time. |
31-
| `CHANGELOG.md` | List of changes to the sample. |
32-
| `CONTRIBUTING.md` | Guidelines for contributing to the sample. |
33-
| `README.md` | This README file. |
34-
| `LICENSE` | The license for the sample. |
35+
| `Azure service` | Samples by Azure services |
36+
| `Solutions` | Samples by solutions |
37+
| `README.md` | This README file |
38+
| `LICENSE` | The license for this repo |
3539

3640
## Prerequisites
3741

@@ -41,7 +45,7 @@ Outline the required components and tools that a user might need to have on thei
4145

4246
Explain how to prepare the sample once the user clones or downloads the repository. The section should outline every step necessary to install dependencies and set up any settings (for example, API keys and output folders).
4347

44-
## Running the sample
48+
## Running samples
4549

4650
Outline step-by-step instructions to execute the sample and see its output. Include steps for executing the sample from the IDE, starting specific services in the Azure portal or anything related to the overall launch of the code.
4751

@@ -51,7 +55,12 @@ Provide users with more context on the tools and services used in the sample. Ex
5155

5256
## Contributing
5357

54-
This project welcomes contributions and suggestions. Most contributions require you to agree to a
58+
## How to contribute
59+
We follow the [GitHub fork and pull model](https://help.github.com/articles/about-collaborative-development-models).
60+
To contribute your own examples, first [fork this repo](https://help.github.com/articles/fork-a-repo/), submit any changes or additions to your forked repo, and then [submit a pull request](https://help.github.com/articles/about-pull-requests/).
61+
62+
### Contributor License Agreement CLA
63+
This project welcomes contributions and suggestions. Most contributions require you to agree to a
5564
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
5665
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
5766

0 commit comments

Comments
 (0)