Skip to content

Commit 88de6ea

Browse files
authored
[chore] Update CONTRIBUTING.md (open-telemetry#21534)
The wrong label "needs discussion" is replaced with "discussion needed"
1 parent 4fb81f0 commit 88de6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ triaged and is ready for work. If someone who is assigned to an issue is no long
270270
| `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. |
271271
| `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. |
272272
| `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. |
273-
| `needs discussion` | This issue needs more input from the maintainers or community before work can be started. |
273+
| `discussion needed` | This issue needs more input from the maintainers or community before work can be started. |
274274
| `needs triage` | This label is added automatically, and can be removed when a triager or code owner deems that an issue is either ready for work or should not need any work. |
275275
| `waiting for author` | Can be applied when input is required from the author before the issue can move any further. |
276276
| `priority:p0` | A critical security vulnerability or Collector panic using a default or common configuration unrelated to a specific component. |
@@ -292,7 +292,7 @@ The following general labels are supported:
292292
|----------------------|----------------------|
293293
| `good first issue` | `good-first-issue` |
294294
| `help wanted` | `help-wanted` |
295-
| `needs discussion` | `needs-discussion` |
295+
| `discussion needed` | `discussion-needed` |
296296
| `needs triage` | `needs-triage` |
297297
| `waiting for author` | `waiting-for-author` |
298298

0 commit comments

Comments
 (0)