diff --git a/docs/sources/lids/0001-Introduction.md b/docs/sources/lids/0001-Introduction.md index 11136cd0ee..7eb52ed40e 100644 --- a/docs/sources/lids/0001-Introduction.md +++ b/docs/sources/lids/0001-Introduction.md @@ -1,10 +1,14 @@ +--- +title: 0001: Introducing LIDs +--- + # Introduction of LIDs **Author:** Danny Kopping (danny.kopping@grafana.com) **Date:** 01/2023 -**Sponsor(s):** @dannykoppping +**Sponsor(s):** @dannykopping **Type:** Process diff --git a/docs/sources/lids/_index.md b/docs/sources/lids/_index.md index 6a078048cf..7fad2c9d38 100644 --- a/docs/sources/lids/_index.md +++ b/docs/sources/lids/_index.md @@ -17,7 +17,7 @@ LIDs are **not** required for: ## Creating a LID -Start by opening a PR against this repository, using [this template](./template.md). +Start by opening a PR against this repository, using [this template](https://github.com/grafana/loki/blob/main/docs/sources/lids/template.md). All LIDs require a "sponsor". A sponsor is a Grafana Loki maintainer who is willing to shepherd the improvement proposal through its lifecycle from draft through to completion. A sponsor can be found by starting a thread in our [mailing list](https://groups.google.com/forum/#!forum/lokiproject), which one or more maintainers will respond to and volunteer. If a LID is generated internally by a Grafana Labs employee who is also a maintainer, the sponsor will be the author. Thread topics should be prefixed with "LID: ". diff --git a/docs/sources/lids/template.md b/docs/sources/lids/template.md index 0b6a41535d..37898d7f5e 100644 --- a/docs/sources/lids/template.md +++ b/docs/sources/lids/template.md @@ -1,3 +1,7 @@ +--- +title: XXXX: Title +--- + # Title > _NOTE: the file should be named `_.md` and be placed in the `docs/sources/lids` directory.