-
-
Notifications
You must be signed in to change notification settings - Fork 776
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
Update PR template with CodeQL instructions #7616
Update PR template with CodeQL instructions #7616
Conversation
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.
|
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.
Thank you for the descriptive PR, in which you indicated why there are additional changes made that are not found in the original issue. I also appreciate the before and after links to the template files.
Overall, great work on this PR.
Availability: 5-7pm, Mon-Fri |
@santisecco Were these suggestions from you approved by any of the dev leads? |
Yes |
Availability: evenings / weekends |
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.
@santisecco Great Job! Thank you for taking on this issue .
- The branch name is correct
- The issue is linked correctly
- The description is clear and concise.
Thank you for your contribution! Keep it up
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.
Branch, PR description, and code all look correct; screenshots of before and after template are helpful, thanks! I am requesting changes because the syntax of the added text is confusing--I know that's language from the original issue, but I think it would be helpful to fix at this stage before merging. I'll mark inline the changes I'm requesting.
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.
1/2 changes requested (clarify complexity)
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.
LGTM
Things you did well:
- Description clear
- Issue # in PR and branch name
- Reasoning for going deviating from Actionable Items
- Providing before and after
Things to work on:
- N/A
Keep up the good work!
Fixes #replace_this_text_with_the_issue_number What changes did you make?Why did you make the changes (we will use this info to test)?CodeQL AlertsAfter the PR has been submitted and the resulting GitHub actions/checks have been completed, developers should check the PR for CodeQL alert annotations. Please let us know that you have checked for CodeQL alerts. Please do not dismiss alerts.
Instructions for resolving CodeQL alertsIf 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) |
This looks great @santisecco! Could you update the branch and I'll approve it? |
72b6d1b
@FamousHero @pluto-bell @codyyjxn I requested again your reviews. I don't know if that could have been skipped had I changed the code differently. Basically I added what @t-will-gillis and @k-cardon suggested and a new screenshot showing one alert instead of two which was asked by Bonnie in the meeting. |
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.
Hey @santisecco This looks great- thanks for asking the questions and working with everyone to improve this issue!
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.
Looks great, very clear now, thanks!
@FamousHero @pluto-bell @codyyjxn FYI I will merge this since you previously Approved this PR |
Fixes #5196
What changes did you make?
pull_request_template.md
adding CodeQL instructions section. Please refer to the links below. Added more changes to the ones proposed in Update PR template with instructions regarding CodeQL annotations #5196 after conversation in dev meeting to add further clarity to the PR's instructions.Why did you make the changes (we will use this info to test)?
Screenshots of Proposed Changes To The Website (if any, please do not include screenshots of code changes)
No visual changes to the website itself.
Even though, the following links are there to preview the changes to the Pull Request template.
Previous PR template: https://github.com/hackforla/website/blob/gh-pages/.github/pull_request_template.md
Updated PR template: https://github.com/santisecco/website/blob/update-pr-template-codeql-5196/.github/pull_request_template.md