Skip to content

Updated Virginia Wu's section by adding "github-handle"#6991

Merged
drakenguyen4000 merged 2 commits intohackforla:gh-pagesfrom
cchrizzle:add-github-handle-virginia-wu-6737
Jun 16, 2024
Merged

Updated Virginia Wu's section by adding "github-handle"#6991
drakenguyen4000 merged 2 commits intohackforla:gh-pagesfrom
cchrizzle:add-github-handle-virginia-wu-6737

Conversation

@cchrizzle
Copy link
Member

@cchrizzle cchrizzle commented Jun 12, 2024

Fixes #6737

What changes did you make?

  • Added "github-handle" to Virginia's Wu's section below her name.

Why did you make the changes (we will use this info to test)?

  • Reduce redundancy in project file by eventually combining the "github" and "picture" variables into "github-handle".

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Updated markdown file - no visual changes to the website.

@github-actions
Copy link

Want to review this pull request? Take a look at this documentation for a step by step guide!


From your project repository, check out a new branch and test the changes.

git checkout -b cchrizzle-add-github-handle-virginia-wu-6737 gh-pages
git pull https://github.com/cchrizzle/website.git add-github-handle-virginia-wu-6737

@github-actions github-actions bot added good first issue Good for newcomers role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) size: 0.25pt Can be done in 0.5 to 1.5 hours labels Jun 12, 2024
@cchrizzle
Copy link
Member Author

My mistake, I just realized I have the "Prettier" extension and it automatically formatted some other parts of the code (removed extraneous spaces and changed double quotes to single quotes).

Let me know if this needs to be fixed, I'll be sure to disable it for future issues.

@Anahisv23 Anahisv23 self-requested a review June 12, 2024 21:11
@Anahisv23
Copy link
Member

Review ETA: EOD 6/12/24
Availability: M - F 11am - 5pm

@Anahisv23
Copy link
Member

Anahisv23 commented Jun 12, 2024

Hi @cchrizzle, nice job working on this issue! Everything looks good on my end. Regarding the Prettier automatic formatting that occurred, I think it's alright, but we should confirm with the tech leads. @roslynwythe, I would love to get your opinion on this. I'll hold off on approving the pull request until we get the green light from the tech leads about whether the Prettier formatting is acceptable. Other than that, nice job!

Here’s what you did well:

  • Linked issue is correct, into branch, and from branch are correct.
  • Added github-handle variable under Virginia Wu in the correct file and in the correct place in the file without indenting that variable, following the issue instructions correctly.

@andyphancode andyphancode self-requested a review June 12, 2024 22:40
@andyphancode
Copy link
Member

Review ETA: EOD 6/12/24
Availability: Throughout week

Copy link
Member

@andyphancode andyphancode left a comment

Choose a reason for hiding this comment

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

Went ahead and took a look at all the changes and they are consistent with the explanation.

  • Correct branch usage
  • Correct addition of github-handle:
  • PR comment is complete

I agree with @Anahisv23 's take on the situation but it is out of my scope to say if it is wrong or right. I can give the PR my approval when someone with more authority comments on the situation or you can take the safer, quicker route of re-doing the pull request with the extension off or making another commit fixing all the changes that are not necessary.

For future reference I recommend checking what lines have changed either by looking at your Git GUI you have installed or using git show in your terminal. @cchrizzle

@cchrizzle
Copy link
Member Author

cchrizzle commented Jun 13, 2024

I just resubmitted with the original formatting intact, so the only change from the original file is the addition of "github-handle" for Virginia Wu's section as originally requested.

(Also I just realized I put "Victoria" instead of "Virginia" in the pull request title and just fixed that as well!)

@Anahisv23 I appreciate your time and input, thank you!

@andyphancode Followed your advice with the resubmission, thanks for letting me know about git show! For future reference, how would I get out of the command afterward? I kind of got stuck and had to reopen my Git to proceed.

@cchrizzle cchrizzle changed the title Updated Victoria Wu's section by adding "github-handle" Updated Virginia Wu's section by adding "github-handle" Jun 13, 2024
Copy link
Member

@Anahisv23 Anahisv23 left a comment

Choose a reason for hiding this comment

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

Hi @cchrizzle thanks for fixing the prettier formatting issue and for updating the name from "Victoria" to "Virginia" on the PR title. @andyphancode this was a great suggestion. These new code changes look great. Approved!

@Anahisv23 Anahisv23 requested a review from andyphancode June 13, 2024 21:24
@ajb176 ajb176 self-requested a review June 13, 2024 21:43
Copy link
Member

@ajb176 ajb176 left a comment

Choose a reason for hiding this comment

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

Hey @cchrizzle, nice work.

Yes, you should avoid using Prettier when working on issues, VSCode + Spell checker is the standard, you should be able to disable Prettier in your VSCode workspace.

Your PR looks good, one thing to keep in mind for next time is that the 'why did you make the changes' section should be a brief, high level description of what the PR is meant to address. The overview section of the linked issue mentions this, which would be a decent answer:

We need to create a single variable github-handle to hold the github handle for each member of the leadership team. Eventually github-handle will replace the github and picture variables, reducing redundancy in the project file.

Just something like 'To reduce redundancy in the project file' or however you want to phrase it would be good enough.

@cchrizzle
Copy link
Member Author

@Anahisv23 thanks again, much appreciated!

@ajb176 got it, disabled Prettier and will continue like this from now on. Thank you so much for the suggestion on how to have better descriptions, it was really helpful to help me get a better idea of what is expected and I've updated my pull request accordingly.

@del9ra del9ra self-requested a review June 14, 2024 00:41
Copy link
Member

@del9ra del9ra left a comment

Choose a reason for hiding this comment

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

Hi @cchrizzle,

  1. The pull request is done with the correct branch
  2. The issue is properly linked
  3. Your summary of changes is clear
  4. Your code change correctly uses spaces instead of tabs to indent
  5. The appearance of the project webpage is unchanged
    Well done!
    Thanks for your contribution

@drakenguyen4000 drakenguyen4000 merged commit 1f2dfac into hackforla:gh-pages Jun 16, 2024
@cchrizzle cchrizzle deleted the add-github-handle-virginia-wu-6737 branch June 24, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add github-handle for Virginia Wu in food-oasis.md

6 participants