-
Notifications
You must be signed in to change notification settings - Fork 51
Add Reviewer Guidance: Comment/Approve/ Request Changes. #639
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
base: arm-software
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -49,6 +49,21 @@ If the issue is in Arm Toolchain itself, or if you are not sure, please create a | |||||
| Please attach any support files to the issue itself, | ||||||
| see [Attaching files](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files). | ||||||
|
|
||||||
| ### Reviewing Patches | ||||||
|
|
||||||
| All contributions to Arm Toolchain are reviewed through GitHub Pull Requests. | ||||||
| If you are asked to review a patch, or would like to understand the review process, please follow the guidance below. | ||||||
|
|
||||||
| How to Review a Pull Request | ||||||
|
|
||||||
| When reviewing a PR, you can provide feedback, approve the changes, or request updates using GitHub’s standard review options: | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would everyone have the permissions to approve or request changes?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 for this suggestion |
||||||
| * Comment – leave feedback without blocking the merge. | ||||||
| * Approve – Approve merging the changes proposed in the PR. | ||||||
| * Request changes – block the merge until required updates are made. | ||||||
|
|
||||||
| For full guidance on how to review patches and use these options, please refer to GitHub’s documentation: | ||||||
| see [Reviewing Proposed Changes in a PR](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request) | ||||||
|
|
||||||
| ### Submit a fix | ||||||
|
|
||||||
| For a small change, please create a Pull Request as described in | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a context for these changes? Otherwise it seems like stating the obvious. Is this for engineers who have not worked with Github before?