Skip to content

Commit 7c59ada

Browse files
committed
update readme of logs-metrics-ui
1 parent a816dae commit 7c59ada

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

x-pack/plugins/infra/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,16 @@ life-cycle of a PR looks like the following:
8080
backported later. The checklist in the PR description template can be used
8181
to guide the progress of the PR.
8282
2. **Label the PR**: To ensure that a newly created PR gets the attention of
83-
the @elastic/infra-logs-ui team, the following label should be applied to
83+
the @elastic/logs-metrics-ui team, the following label should be applied to
8484
PRs:
85-
* `Team:infra-logs-ui`
86-
* `Feature:Infra UI` if it relates to the *Intrastructure UI*
85+
* `Team:logs-metrics-ui`
86+
* `Feature:Metrics UI` if it relates to the *Metrics UI*
8787
* `Feature:Logs UI` if it relates to the *Logs UI*
88-
* `[zube]: In Progress` to track the stage of the PR
8988
* Version labels for merge and backport targets (see [Kibana's contribution
90-
procedures]), usually:
89+
procedures](https://www.elastic.co/guide/en/kibana/master/contributing.html)), usually:
9190
* the version that `master` currently represents
9291
* the version of the next minor release
93-
* Release note labels (see [Kibana's contribution procedures])
92+
* Release note labels (see [Kibana's contribution procedures](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process))
9493
* `release_note:enhancement` if the PR contains a new feature or enhancement
9594
* `release_note:fix` if the PR contains an external-facing fix
9695
* `release_note:breaking` if the PR contains a breaking change
@@ -100,14 +99,13 @@ life-cycle of a PR looks like the following:
10099
to unreleased code or documentation changes
101100
3. **Satisfy CI**: The PR will automatically be picked up by the CI system,
102101
which will run the full test suite as well as some additional checks. A
103-
comment containing `jenkins, test this` can be used to manually trigger a CI
102+
comment containing `@elasticmachine merge upstream` or `retest` can be used to manually trigger a CI
104103
run. The result will be reported on the PR itself. Out of courtesy for the
105104
reviewers the checks should pass before requesting reviews.
106105
4. **Request reviews**: Once the PR is ready for reviews it can be marked as
107-
such by [changing the PR state to ready]. In addition the label `[zube]: In
108-
Progress` should be replaced with `[zube]: In Review` and `review`. If the
106+
such by [changing the PR state to ready]. If the
109107
GitHub automation doesn't automatically request a review from
110-
`@elastic/infra-logs-ui` it should be requested manually.
108+
`@elastic/logs-metrics-ui` it should be requested manually.
111109
5. **Incorporate review feedback**: Usually one reviewer's approval is
112110
sufficient. Particularly complicated or cross-cutting concerns might warrant
113111
multiple reviewers.

0 commit comments

Comments
 (0)