Skip to content

Create 05-review file and addition of possible topics#23

Open
HaBeSte wants to merge 15 commits into
mainfrom
2-add-paragraphs-on-how-to-do-reviews
Open

Create 05-review file and addition of possible topics#23
HaBeSte wants to merge 15 commits into
mainfrom
2-add-paragraphs-on-how-to-do-reviews

Conversation

@HaBeSte

@HaBeSte HaBeSte commented Sep 16, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@HaBeSte HaBeSte linked an issue Sep 16, 2025 that may be closed by this pull request
@netlify

netlify Bot commented Sep 16, 2025

Copy link
Copy Markdown

Deploy Preview for how-to-git ready!

Name Link
🔨 Latest commit e6e779d
🔍 Latest deploy log https://app.netlify.com/projects/how-to-git/deploys/68c9780032c73c000872eaa4
😎 Deploy Preview https://deploy-preview-23--how-to-git.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

### For what are Reviews good for?
request from author update
### author review
bulletpoints
@HaBeSte HaBeSte closed this Oct 7, 2025
@HaBeSte HaBeSte deleted the 2-add-paragraphs-on-how-to-do-reviews branch October 7, 2025 12:45
@HaBeSte HaBeSte restored the 2-add-paragraphs-on-how-to-do-reviews branch October 7, 2025 12:47
@HaBeSte HaBeSte reopened this Oct 7, 2025
@HaBeSte HaBeSte marked this pull request as ready for review October 7, 2025 12:57
@HaBeSte HaBeSte requested review from despadam and fabioacl October 7, 2025 12:58
@HaBeSte

HaBeSte commented Oct 7, 2025

Copy link
Copy Markdown
Contributor Author

@despadam or @fabioacl I don't know how to write the reviewing currently, as I haven't done this in too long time.
Hopefully I'll be able to write it, after you accepted the pull request, I will open a new issue for that, unless you want to add the description already.

Comment thread src/content/docs/05-review.mdx Outdated
Comment thread src/content/docs/05-review.mdx Outdated
Comment thread src/content/docs/05-review.mdx Outdated
Comment thread src/content/docs/05-review.mdx Outdated
Comment thread src/content/docs/05-review.mdx Outdated
Comment thread src/content/docs/05-review.mdx Outdated
It makes more sense, if the person to review it is not involved in that specific topic, but is close to the it.

- To create a PR review, you first open a [Pull Request](../docs/03-parallel-topics.mdx#merge-branches).
- On the top right you can choose who to assign for the review.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this top right or more in the middle of the page? Below reviewers

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@fabioacl don't know

Comment thread src/content/docs/05-review.mdx Outdated
Comment thread src/content/docs/05-review.mdx Outdated

@fabioacl fabioacl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I wrote some comments/suggestions that must be adressed

When working together on a project, changes are usually made in branches and checked before merging into the main branch.
Reviews let teammates give feedback, helping you see your work from a fresh perspective and improve it.
Reviews aren’t just for code; they can also cover documentation, designs, or settings.
They can even be made required to keep quality and consistency high.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What does this sentence mean?

@HaBeSte HaBeSte Feb 6, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@despadam what sentence do you mean, there are 4

Comment thread src/content/docs/05-review.mdx Outdated
For that a Pull Request is opened and, one can choose a review from someone specific.
It makes more sense, if the person to review it is not involved in that specific topic, but is close to the it.

- To create a PR review, you first open a [Pull Request](../docs/03-parallel-topics.mdx#merge-branches).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ah ok the link is actually here, but I think it would be best to move it to the top of the section. Instead of explaining first and then giving the link to that section


- To create a PR review, you first open a [Pull Request](../docs/03-parallel-topics.mdx#merge-branches).
- On the top right you can choose who to assign for the review.
- Now you need to wait for the reviewer to be finished

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
- Now you need to wait for the reviewer to be finished
- Now you just need to wait for the review.

### Make changes as a reviewer

As a reviewer you will get a notification (depending on your settings) that you are requested.
1. You can start the review by clicking on the green button.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Which button?

Comment thread src/content/docs/05-review.mdx Outdated

As a reviewer you will get a notification (depending on your settings) that you are requested.
1. You can start the review by clicking on the green button.
1. Go to a line of text that you would change, click on the plus symbol :heavy_plus_sign: (Remember, we recommend to always only use one Line per sentence [here](../docs/02-track-changes.mdx#change-files))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think it is a good idea to add some screenshots

Comment on lines +44 to +48
### Author handling of Request changes from reviewer
[Description TODO]
- accepting them
- not accepting them
- adressing them in new issues for later changes?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This section is not finished

Comment on lines +57 to +60
[Describe TODO]
- Best way is to create an issue, assing it to that creator to ask for changes in certain topic
- person can later create a branche from that issue, create changes and ask you to be the reviewer
- are there other ways?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This section is not finished

Co-authored-by: Fábio Lopes <33908066+fabioacl@users.noreply.github.com>
@netlify

netlify Bot commented Feb 6, 2026

Copy link
Copy Markdown

Deploy Preview for how-to-git ready!

Name Link
🔨 Latest commit 2e2fd3a
🔍 Latest deploy log https://app.netlify.com/projects/how-to-git/deploys/6985c67a236ccc000880b5bb
😎 Deploy Preview https://deploy-preview-23--how-to-git.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

HaBeSte and others added 7 commits February 6, 2026 11:44
Co-authored-by: Fábio Lopes <33908066+fabioacl@users.noreply.github.com>
Co-authored-by: Fábio Lopes <33908066+fabioacl@users.noreply.github.com>
Co-authored-by: Fábio Lopes <33908066+fabioacl@users.noreply.github.com>
Co-authored-by: Fábio Lopes <33908066+fabioacl@users.noreply.github.com>
Co-authored-by: Fábio Lopes <33908066+fabioacl@users.noreply.github.com>
Co-authored-by: Fábio Lopes <33908066+fabioacl@users.noreply.github.com>
Co-authored-by: Fábio Lopes <33908066+fabioacl@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add paragraphs on how to do reviews

3 participants