Skip to content

Added GitHub handle for Shawn Duenas#6916

Merged
jphamtv merged 3 commits intohackforla:gh-pagesfrom
cflemmonds:add-github-handle-6719
Jun 13, 2024
Merged

Added GitHub handle for Shawn Duenas#6916
jphamtv merged 3 commits intohackforla:gh-pagesfrom
cflemmonds:add-github-handle-6719

Conversation

@cflemmonds
Copy link
Member

@cflemmonds cflemmonds commented May 30, 2024

Fixes #6719

What changes did you make?

  • Added a single variable of github-handle after team member's name

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

  • This variable will be used in the future to reduce redundancy in the project file

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

Details 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 cflemmonds-add-github-handle-6719 gh-pages
git pull https://github.com/cflemmonds/website.git add-github-handle-6719

@ino-iosdev ino-iosdev self-assigned this May 31, 2024
@roslynwythe
Copy link
Member

roslynwythe commented May 31, 2024

@cflemmonds Please complete this PR, following instructions in the CONTRIBUTING section 3. In particular, in the first line of the PR, please replace the string "replace_this_text_with_the_issue_number" with the issue number. As it is, we have no issue linked to this PR so we cannot review it.

When that is done, please complete the other sections of the PR:

  • What changes did you make?
  • Why did you make the changes (we will use this info to test)?
  • Screenshots of Proposed Changes Of The Website
    • If there are no visual changes to the website as a result of the PR, follow the instructions in CONTRIBUTING Sect 3.1.b

Thank you!

@ino-iosdev
Copy link
Member

@cflemmonds Please complete this PR, following instructions in the CONTRIBUTING section 3. In particular, in the first line of the PR, please replace the string "replace_this_text_with_the_issue_number" with the issue number. As it is, we have no issue linked to this PR so we cannot review it.

When that is done, please complete the other sections of the PR:

  • What changes did you make?

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

  • Screenshots of Proposed Changes Of The Website

    • If there are no visual changes to the website as a result of the PR, follow the instructions in CONTRIBUTING Sect 3.1.b

Thank you!

@cflemmonds Once you completed the steps mentioned from @roslynwythe , please mention me in the comment so that I could go ahead and start the review process, thank you! Please feel free to reach out if you need any help along the process!

@jphamtv
Copy link
Member

jphamtv commented Jun 6, 2024

Hi @ino-iosdev, I think you intended to add yourself as a reviewer instead of self-assigning as an Assignee. I've unassigned you and added you as a reviewer instead. Thanks!

@jphamtv
Copy link
Member

jphamtv commented Jun 6, 2024

Hi @cflemmonds, please address the comments from @roslynwythe and @ino-iosdev. If you are unable to continue working on this issue, let us know and we'll unassign you. Thanks!

@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) status: To Update! No update has been provided size: 0.25pt Can be done in 0.5 to 1.5 hours labels Jun 6, 2024
@cflemmonds
Copy link
Member Author

Thank you for all of your help! I have made the edits to the initial comment. If there is anything else I need to update, please let me know. Thanks again.

@jphamtv jphamtv requested a review from ino-iosdev June 6, 2024 23:10
Copy link
Member

@ino-iosdev ino-iosdev left a comment

Choose a reason for hiding this comment

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

@cflemmonds thank you for the revision!

  • Issue number was properly linked
  • branch naming is good

Changes required:

  1. Remove 6719 from the title (we don't need to add it there, note how it becomes unclear since it stacks with your PR number 6916)

  2. Revise the actual change made in the file: DO NOT delete the original github link, the issue did NOT request you to add a link, it just needs you to add github-handle: under - name: Shawn Duenas, please read the instruction again in the issue #6719

  3. Use syntax highlight when referencing syntax so that it's clear to read, in the What changes did you make? section, quote from the original issue change request when laying out the changes you made, this is good to double check whether you followed the exact change instruction. To make syntax highlight, add a backtick at the beginning and end of the words you wish to highlight. Then click Preview to check how it turns out when people read it, see below:

What you type in Write section

Screenshot 2024-06-06 at 8 23 33 PM

What you see in Preview section

Screenshot 2024-06-06 at 8 25 30 PM
  1. Revise the Why did you make the changes answer: In general, it's a good practice to write details in your own words based on the request from the issue, see below from the original issue page:
Screenshot 2024-06-06 at 8 23 10 PM

Check out this example of a similar issue for your reference #6917

After making all these changes, don't forget to click on something like this on the top right of your page (see below) to request a review of your changes:

Screenshot 2024-06-06 at 8 45 27 PM

@t-will-gillis t-will-gillis self-requested a review June 10, 2024 01:45
Copy link
Member

@t-will-gillis t-will-gillis left a comment

Choose a reason for hiding this comment

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

Hey @cflemmonds Good job so far with this issue, and thanks for working with everyone to address their comments.

  • Regarding the issue title- I tend to leave the issue number in the title myself (I have an open PR right now where I do this). In other words, I am OK either with or without the issue number. Since this is not a stated requirement from Hack for LA, I am not going to ask you to make this change.
  • Regarding the code edits: it seems there was some confusion with issues like this one.
    • As @ino-iosdev referenced, line 27 was not part of the issue so please change this back to github: 'https://github.com/McRawly'.
    • The intent of the issue is that a new line should be inserted after line 23 -name: Shawn Duenas. This new line should say github-handle: and be inline as shwon.
    • Note: the intended result is shown on Lines 10 and 17 of the same file.
  • Regarding "What changes did you make..." and "Why...", as mentioned typically you will want to give a brief summary of the "Overview" of the original issue. For the "What.." section, you could say something to the effect of "Add a single variable github-handle after team member's name", and for "Why..", you could say something like "This variable will be used in the future to reduce redundancy in the project file."

Thanks for sticking with this- you are almost there!
One last note: @ino-iosdev please remember, these are 'requested changes', not 'required changes'.

@cflemmonds cflemmonds changed the title Add GitHub handle 6719 Add GitHub handle Jun 10, 2024
@github-actions github-actions bot removed the status: To Update! No update has been provided label Jun 10, 2024
@cflemmonds
Copy link
Member Author

@t-will-gillis
@ino-iosdev

I want to begin with thanking you both for your feedback and clarifying the issue. I have taken your feedback and made the necessary changes. If I missed anything, please to hesitate to remind me!

@t-will-gillis t-will-gillis self-requested a review June 11, 2024 01:05
Copy link
Member

@t-will-gillis t-will-gillis left a comment

Choose a reason for hiding this comment

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

@cflemmonds Perfect- thanks for making the changes.

(Don't forget to click on the chasing arrows to re-request a review from @ino-iosdev )

Details

Screenshot 2024-06-10 181100

Copy link
Member

@ino-iosdev ino-iosdev left a comment

Choose a reason for hiding this comment

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

@cflemmonds Thank you for all the update, great job!

Since there are a few of these PRs re adding github handle, to make the title visually clear, it would be good to add the name of the person, e.g. Added github-handle for Shawn Duenas, hope this makes sense to you. I'm good to approve after this last bit of change, thank you.

@cflemmonds cflemmonds changed the title Add GitHub handle Added GitHub handle for Shawn Duenas Jun 12, 2024
@cflemmonds
Copy link
Member Author

@ino-iosdev thanks so much for that suggestion, I've made the requested change to the title! Thanks again

Copy link
Member

@jphamtv jphamtv left a comment

Choose a reason for hiding this comment

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

Hey @cflemmonds, thanks for making the requested title change and addressing all the feedback. Great work!

@jphamtv jphamtv dismissed ino-iosdev’s stale review June 13, 2024 19:13

Confirmed the requested title change was made

@jphamtv jphamtv merged commit ef3642a into hackforla:gh-pages Jun 13, 2024
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 Shawn Duenas in ems-triage-tracker.md

5 participants