From 66a49a5d9755c46e9c8259898630edb64c542169 Mon Sep 17 00:00:00 2001 From: Curtis Robert Date: Wed, 11 Oct 2023 10:19:22 -0700 Subject: [PATCH 1/2] [chore] Add definition for documentation label Resolves #27456 --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50e98417357f..93e85ea98212 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -318,6 +318,7 @@ triaged and is ready for work. If someone who is assigned to an issue is no long | `bug` | Something that is advertised or intended to work isn't working as expected. | | `enhancement` | Something that isn't an advertised feature that would be useful to users or maintainers. | | `flaky test` | A test unexpectedly failed during CI, showing that there is a problem with the tests or test setup that is causing the tests to intermittently fail. | +| `documentation` | This is a collector usability issue that could likely be resolved by providing relevant documentation. Please consider adding documentation for an issue with this label. | | `good first issue` | Implementing this issue would not require specialized or in-depth knowledge about the component and is ideal for a new or first-time contributor to take. | | `help wanted` | The code owners for this component do not expect to have time to work on it soon, and would welcome help from contributors. | | `discussion needed` | This issue needs more input from the maintainers or community before work can be started. | From 93b8d397bb719fcf7bfcd24602be3c7a40f64c63 Mon Sep 17 00:00:00 2001 From: Curtis Robert <92119472+crobert-1@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:06:33 -0700 Subject: [PATCH 2/2] Update CONTRIBUTING.md Co-authored-by: bryan-aguilar <46550959+bryan-aguilar@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 93e85ea98212..6adf94102ad1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -318,7 +318,7 @@ triaged and is ready for work. If someone who is assigned to an issue is no long | `bug` | Something that is advertised or intended to work isn't working as expected. | | `enhancement` | Something that isn't an advertised feature that would be useful to users or maintainers. | | `flaky test` | A test unexpectedly failed during CI, showing that there is a problem with the tests or test setup that is causing the tests to intermittently fail. | -| `documentation` | This is a collector usability issue that could likely be resolved by providing relevant documentation. Please consider adding documentation for an issue with this label. | +| `documentation` | This is a collector usability issue that could likely be resolved by providing relevant documentation. Please consider adding new or improving existing documentation before closing issues with this label. | | `good first issue` | Implementing this issue would not require specialized or in-depth knowledge about the component and is ideal for a new or first-time contributor to take. | | `help wanted` | The code owners for this component do not expect to have time to work on it soon, and would welcome help from contributors. | | `discussion needed` | This issue needs more input from the maintainers or community before work can be started. |