Skip to content

Conversation

@aswutmaxcy
Copy link
Member

@aswutmaxcy aswutmaxcy commented Jun 18, 2025

Fixes #7762

What changes did you make?

  • Added test instruction and links to section 2.7 and 2.7b

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

CodeQL Alerts

Check the PR's comments. If present on your PR, the CodeQL alert looks similar as shown

Screenshot 2024-10-28 154514

Please let us know that you have checked for CodeQL alerts. Please do not dismiss alerts.

  • I have checked this PR for CodeQL alerts and none were found.
  • I found CodeQL alert(s), and (select one):
    • I have resolved the CodeQL alert(s) as noted
    • I believe the CodeQL alert(s) is a false positive (Merge Team will evaluate)
    • I have followed the Instructions below, but I am still stuck (Merge Team will evaluate)
Instructions for resolving CodeQL alerts

If CodeQL alert/annotations appear, refer to How to Resolve CodeQL alerts.

In general, CodeQL alerts should be resolved prior to PR reviews and merging

Screenshots of Proposed Changes To The Website (if any, please do not include screenshots of code changes)

  • 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!


Note that CONTRIBUTING.md cannot previewed locally; rather it should be previewed at this URL:

https://github.com/aswutmaxcy/website/blob/add-test-contribute-7762/CONTRIBUTING.md  

@aswutmaxcy aswutmaxcy added the ready for dev lead Issues that tech leads or merge team members need to follow up on label Jun 18, 2025
@github-actions github-actions bot added role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers Complexity: Large status: To Update ! No update has been provided Feature: Wiki size: 1pt Can be done in 4-6 hours and removed ready for dev lead Issues that tech leads or merge team members need to follow up on labels Jun 18, 2025
@kdaca19xx
Copy link
Member

Availability: after 1pm (pacific)
ETA: 6/25

Copy link
Member

@kdaca19xx kdaca19xx left a comment

Choose a reason for hiding this comment

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

This was a lot of work @aswutmaxcy. Thank you!

Things Done Well

  • The pull request done with the correct branch.
  • There's a linked issue. I understood it.

Suggestions/Questions (hope this is clear 🤞)

  • The hyperlink on line 56 doesn't work. I can only guess how to fix this, so I won't say anything.
  • This is a question for @santisecco. Why does the TOC say "ii. Testing your code changes" while the text says "ii. Testing your code edits"? Shouldn't both say "edits" or "changes" instead of being different? Is this why the hyperlink in the TOC doesn't work?
  • Line 528 of your code renders with the asterisks, "**i. Creating your issue branch" instead of without them. I believe the asterisks are for formatting, so shouldn't you also add two asterisks at the end of your code on line 528? Please see line 526 of your code as an example because it uses two asterisks at the beginning and at end of the line of code.
  • Line 554 says "edits" instead of "changes". It also renders in a smaller font size. Looking at #7762, I see "#### ii. Testing your code edits" with 4 octothorps (#), not the 5 you have in your code. Please delete one octothorp from line 554 and replace "edits" with "changes" in your code, or replace "changes" with "edits" in the TOC.

@github-project-automation github-project-automation bot moved this from PR Needs review to PRs being reviewed in P: HfLA Website: Project Board Jun 23, 2025
@xnealcarson
Copy link
Member

Availablity: After 5pm PST
ETA: 6/25 end of day

@t-will-gillis t-will-gillis self-requested a review June 24, 2025 17:21
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 @aswutmaxcy great job with this! Here are some comments and observations:

  • Please remove the note at the top of the PR beginning "Please note: You must be a member of the HFLA ..."
  • Under "What changes did you make?" and "Why did you make the changes?" remove the empty formatting lines
  • For "Why did you make the changes?", the response should be describing the reason for the change which should be in the "Overview" of the original issue. For this PR it should be something simple like "We need to remind developers to test their code changes."
  • For the "CodeQL Alerts", please check the appropriate box (i.e. "I have checked this PR for CodeQL alerts and none were found.")
  • For the "Screenshots of Proposed Changes..." thanks for deleting the default image info. Please add something like "- No visual changes to website"
  • Current line 560: please capitalize 'GitHub' and 'Actions', that is: [HfLA GitHub Actions](https://github.com/hackforla/website/wiki/HfLA-GitHub-Actions)<br>

@kdaca19xx had some questions/ comments (& now I know what 'octothorpe' means lol). We (= me) missed some of this previously, sorry about that.

  • Note that the following differs from @kdaca19xx 's note:

    • The current line 528 should be 5 x '#' to match the formatting for the list items in rest of the document (such as lines 433-453).
    • And there needs to be '**' at the end.
  • Therefore regarding the broken link on line 56, yes the text on current line 554 would need to match line 56- so ##### **ii. Testing your code changes**

  • For consistency (and admittedly we are not always consistent), on the current line 564, please reference the label using backticks:

    - Make sure to comment on your issue if you aren't sure how to test something, and then to put it in the **Questions / In Review column** and add the `ready for dev lead` label. Paste a link to your comments in the #hfla-site Slack channel asking peers for help.  
    
  • On line 558, please add the word "to" in the part of the line "...We don't want to debug or find solutions..."

Thanks for working on this issue!

Copy link
Member

@xnealcarson xnealcarson left a comment

Choose a reason for hiding this comment

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

Hey @aswutmaxcy ! Thanks for taking on this large issue!

Things Done Well

  • The PR and issue were made on the appropriate branches
  • There is a clear linked issue
  • changes made were viewable

Suggested Changes

I don't have any additional changes to suggest besides the ones brought up by @kdaca19xx and @t-will-gillis .

Again, great job working on this issue!

@aswutmaxcy
Copy link
Member Author

@kdaca19xx Thank you so much for going through this with a fine tooth comb and finding the mistakes, I totally blanked on these! I just made all the changes you suggested and @t-will-gillis I also implemented the changes you suggested as well. Thank you both for taking the time to find these mistakes.

@github-actions github-actions bot removed the status: To Update ! No update has been provided label Jun 25, 2025
@t-will-gillis t-will-gillis self-requested a review June 25, 2025 20:31
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.

Hi @aswutmaxcy I see that you made changes to the description- thank you! However, I am not seeing any changes to the code per the previous reviews. It may be that you did not commit the updates?

Please check on the code updates. As a reminder: when you are ready, please remember to select the 'chasing-arrows' next to each reviewer's name to "Re-request review"

Thanks!

@aswutmaxcy
Copy link
Member Author

@t-will-gillis whoops! I'm a dumb, I just pushed the changes, it's up now

@kdaca19xx
Copy link
Member

Availability: after 1pm (pacific) ETA: 6/25

New ETA: 6/26 (Thx for your changes and patience @aswutmaxcy !)

kdaca19xx
kdaca19xx previously approved these changes Jun 26, 2025
Copy link
Member

@kdaca19xx kdaca19xx left a comment

Choose a reason for hiding this comment

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

Thx for making the request changes, aswutmaxcy! I'd like to approve your PR.

xnealcarson
xnealcarson previously approved these changes Jun 27, 2025
Copy link
Member

@xnealcarson xnealcarson left a comment

Choose a reason for hiding this comment

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

Everything looks great @aswutmaxcy ! Thanks again for your hard work on this issue.

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 @aswutmaxcy Thanks for making the changes- just a couple of things:

  • Current line 528: please use (5) X '#', should be:

    ##### **i. Creating your issue branch**  
    
  • Current line 564: please move the backtick:

    `ready for dev lead label` 
    

    should be:

    `ready for dev lead` label
    

    Almost there!

@aswutmaxcy aswutmaxcy dismissed stale reviews from xnealcarson and kdaca19xx via 95ae665 July 1, 2025 19:00
@aswutmaxcy
Copy link
Member Author

@t-will-gillis thank you for the catch! I just pushed the changes

@aswutmaxcy aswutmaxcy requested a review from t-will-gillis July 1, 2025 19:01
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 @aswutmaxcy Close! However, on line 564 the backticks need to be:

`ready for dev lead` label

@aswutmaxcy
Copy link
Member Author

@t-will-gillis If I messed it up again this time, I give you permission to burn my computer

@aswutmaxcy aswutmaxcy requested a review from t-will-gillis July 2, 2025 16:19
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.

Thank you, @aswutmaxcy !

@t-will-gillis
Copy link
Member

PR has two previous reviews and Approvals, OK to merge.

@t-will-gillis t-will-gillis merged commit 8dc9e2c into hackforla:gh-pages Jul 2, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complexity: Large Feature: Wiki role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 1pt Can be done in 4-6 hours

Projects

Development

Successfully merging this pull request may close these issues.

Add Basic Testing Instructions to CONTRIBUTING.md

4 participants