Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

docs(*): add pull request review guide #4111

Merged
merged 1 commit into from
Sep 15, 2021

Conversation

michelleN
Copy link
Contributor

  • add README in docs dir
  • remove redundant demo
  • rename dev_guide dir to development_guide

resolves #1434

Signed-off-by: Michelle Noorali [email protected]

Please mark with X for applicable areas.

-->
Affected area:

Functional Area
New Functionality [ ]
CI System [ ]
CLI Tool [ ]
Certificate Management [ ]
Control Plane [ ]
Demo [ X]
Documentation [ ]
Egress [ ]
Ingress [ ]
Install [ ]
Networking [ ]
Observability [ ]
Performance [ ]
SMI Policy [ ]
Security [ ]
Sidecar Injection [ ]
Tests [ ]
Upgrade [ ]
Other [ ]

Please answer the following questions with yes/no.

  1. Does this change contain code from or inspired by another project? No

    • Did you notify the maintainers and provide attribution? NA
  2. Is this a breaking change? No

- Leave comments if the PR author can make adjustments to write better Go according to the [Go style guide](https://golang.org/doc/effective_go).
- Ask questions if the code does not make sense to you.
- Make sure each PR includes the appropriate unit tests and e2e tests and read the tests to make sure you understand what the author is changing and what is the expected behavior of the code.
- Remind the author to squash commits into a single commit where it makes sense. Each commit merged into the main branch should be able to pass all CI tests.
Copy link
Member

Choose a reason for hiding this comment

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

Squashing is not required anymore. PR authors can request maintainers to squash their commits before merging. We established that this is standard practice across many public projects, including Envoy, Contour etc.
https://github.com/openservicemesh/osm/blob/main/CONTRIBUTING.md#merging-pull-requests

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks. I updated the text to reflect this. Please let me know if you have a different suggestion.

+ add README in docs dir
+ remove redundant demo
+ rename dev_guide dir to development_guide

resolves openservicemesh#1434

Signed-off-by: Michelle Noorali <[email protected]>
@michelleN michelleN merged commit cd14c00 into openservicemesh:main Sep 15, 2021
@michelleN michelleN deleted the docs branch September 15, 2021 15:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

document how to review a PR
3 participants