Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NETOBSERV-1222: Pull request template #400

Merged
merged 5 commits into from
Aug 3, 2023

Conversation

jotak
Copy link
Member

@jotak jotak commented Jul 31, 2023

PR template.

Here's how it looks like during creation:
Capture d’écran du 2023-07-31 10-51-05

Once it's created:
image

@openshift-ci-robot
Copy link
Collaborator

openshift-ci-robot commented Jul 31, 2023

@jotak: This pull request references NETOBSERV-1222 which is a valid jira issue.

In response to this:

PR template.

Here's how it looks like during creation:
Capture d’écran du 2023-07-31 10-51-05

Once it's created:
image

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #400 (faea10e) into main (0d6ebe8) will increase coverage by 0.02%.
Report is 2 commits behind head on main.
The diff coverage is 55.55%.

@@            Coverage Diff             @@
##             main     #400      +/-   ##
==========================================
+ Coverage   53.67%   53.69%   +0.02%     
==========================================
  Files          44       44              
  Lines        5559     5596      +37     
==========================================
+ Hits         2984     3005      +21     
- Misses       2359     2375      +16     
  Partials      216      216              
Flag Coverage Δ
unittests 53.69% <55.55%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
api/v1alpha1/zz_generated.conversion.go 0.25% <0.00%> (-0.01%) ⬇️
api/v1beta1/flowcollector_types.go 100.00% <ø> (ø)
api/v1beta1/zz_generated.deepcopy.go 55.36% <100.00%> (+1.58%) ⬆️
controllers/consoleplugin/consoleplugin_objects.go 95.42% <100.00%> (ø)
controllers/flowlogspipeline/flp_common_objects.go 81.76% <100.00%> (ø)
pkg/helper/helpers.go 100.00% <100.00%> (ø)

jotak and others added 3 commits July 31, 2023 15:44
Copy link
Contributor

@memodi memodi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @jotak
/lgtm

Copy link
Contributor

@skrthomas skrthomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Comment on lines +14 to +24
* [ ] Is this PR backed with a JIRA ticket? If so, make sure it is written as a title prefix _(in general, PRs affecting the NetObserv/Network Observability product should be backed with a JIRA ticket - especially if they bring user facing changes)._
* [ ] Does this PR require product documentation?
* [ ] If so, make sure the JIRA epic is labelled with "documentation" and provides a description relevant for doc writers, such as use cases or scenarios. Any required step to activate or configure the feature should be documented there, such as new CRD knobs.
* [ ] Does this PR require a product release notes entry?
* [ ] If so, fill in "Release Note Text" in the JIRA.
* [ ] Is there anything else the QE team should know before testing? E.g: configuration changes, environment setup, etc.
* [ ] If so, make sure it is described in the JIRA ticket.
* QE requirements (check 1 from the list):
* [ ] Standard QE validation, with pre-merge tests unless stated otherwise.
* [ ] Regression tests only (e.g. refactoring with no user-facing change).
* [ ] No QE (e.g. trivial change with high reviewer's confidence, or per agreement with the QE team).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would split more each step especially for a checklist exposed to external contributors.

Suggested change
* [ ] Is this PR backed with a JIRA ticket? If so, make sure it is written as a title prefix _(in general, PRs affecting the NetObserv/Network Observability product should be backed with a JIRA ticket - especially if they bring user facing changes)._
* [ ] Does this PR require product documentation?
* [ ] If so, make sure the JIRA epic is labelled with "documentation" and provides a description relevant for doc writers, such as use cases or scenarios. Any required step to activate or configure the feature should be documented there, such as new CRD knobs.
* [ ] Does this PR require a product release notes entry?
* [ ] If so, fill in "Release Note Text" in the JIRA.
* [ ] Is there anything else the QE team should know before testing? E.g: configuration changes, environment setup, etc.
* [ ] If so, make sure it is described in the JIRA ticket.
* QE requirements (check 1 from the list):
* [ ] Standard QE validation, with pre-merge tests unless stated otherwise.
* [ ] Regression tests only (e.g. refactoring with no user-facing change).
* [ ] No QE (e.g. trivial change with high reviewer's confidence, or per agreement with the QE team).
* [ ] Is this PR backed with a JIRA ticket?
If so, make sure it is written as a title prefix _(in general, PRs affecting the NetObserv/Network Observability product should be backed with a JIRA ticket - especially if they bring user facing changes)._
* [ ] PR title prefixed
* [ ] Has user facing changes
* [ ] Does this PR require product documentation?
If so, make sure the JIRA epic is labelled with "documentation" and provides a description relevant for doc writers, such as use cases or scenarios.
Any required step to activate or configure the feature should be documented there, such as new CRD knobs.
* [ ] Label "documentation" has been added
* [ ] Description is ready for docs
* [ ] Configuration steps are documented
* [ ] Does this PR require a product release notes entry?
If so, fill in "Release Note Text" in the JIRA.
* [ ] Release note text has been added
* Is there anything else the QE team should know before testing?
E.g: configuration changes, environment setup, etc.
* [ ] Additionnal testing info described in the JIRA ticket
* QE requirements (check 1 from the list):
* [ ] Standard QE validation, with pre-merge tests unless stated otherwise
* [ ] Regression tests only
(e.g. refactoring with no user-facing change)
* [ ] No QE
(e.g. trivial change with high reviewer's confidence, or per agreement with the QE team)

It's more wordy but ensure each item is done. WDYT ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm could we first give a try with the less detailed one, and add items just if we feel the need? (It's just that ... I don't want to have the feeling to complete an annual tax form for every PR 😵‍💫 😁)

@jotak
Copy link
Member Author

jotak commented Aug 3, 2023

I'm merging it but I'm 100% ok to add more to this list as Julien suggested when we find something is lacking (to be discussed/agreed with docs & qe)
/approve

@openshift-ci
Copy link

openshift-ci bot commented Aug 3, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jotak

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Aug 3, 2023
@openshift-merge-robot openshift-merge-robot merged commit 5cb41cb into netobserv:main Aug 3, 2023
9 checks passed
@msherif1234
Copy link
Contributor

/ok-to-test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants