mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
4d3067e139
* Docs: Refactor inconsistent unordered lists * add requested changes * Update docs/sources/linking/data-link-variables.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/http_api/_index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/guides/whats-new-in-v6-0.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/auth/auth-proxy.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * resolve weird line breaks * revert unintentional change * Update docs/sources/auth/auth-proxy.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/auth/auth-proxy.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/auth/auth-proxy.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
<!--
|
|
|
|
Thank you for sending a pull request! Here are some tips:
|
|
|
|
1. If this is your first time, please read our contribution guide at https://github.com/grafana/grafana/blob/master/CONTRIBUTING.md
|
|
|
|
2. Ensure you include and run the appropriate tests as part of your Pull Request.
|
|
|
|
3. In a new feature or configuration option, an update to the documentation is necessary. Everything related to the documentation is under the docs folder in the root of the repository.
|
|
|
|
4. If the Pull Request is a work in progress, make use of GitHub's "Draft PR" feature and mark it as such.
|
|
|
|
5. If you can not merge your Pull Request due to a merge conflict, Rebase it. This gets it in sync with the master branch.
|
|
|
|
6. Name your PR as "<FeatureArea>: Describe your change", e.g. Alerting: Prevent race condition. If it's a fix or feature relevant for the changelog describe the user impact in the title. The PR title is used to auto-generate the changelog for issues marked with the "add to changelog" label.
|
|
|
|
-->
|
|
|
|
**What this PR does / why we need it**:
|
|
|
|
**Which issue(s) this PR fixes**:
|
|
|
|
<!--
|
|
|
|
- Automatically closes linked issue when the Pull Request is merged.
|
|
|
|
Usage: "Fixes #<issue number>", or "Fixes (paste link of issue)"
|
|
|
|
-->
|
|
|
|
Fixes #
|
|
|
|
**Special notes for your reviewer**:
|
|
|