Replace 'Github' with 'GitHub' in data-science.yml #7715
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #7416
What changes did you make?
Github
toGitHub
on_data/internal/communities/data-science.yml
Why did you make the changes (we will use this info to test)?
CodeQL Alerts
After the PR has been submitted and the resulting GitHub actions/checks have been completed, developers should check the PR for CodeQL alert annotations.
Check the PR's comments. If present on your PR, the CodeQL alert looks similar as shown
Please let us know that you have checked for CodeQL alerts. Please do not dismiss alerts.
Screenshots of Proposed Changes To The Website (if any, please do not include screenshots of code changes)
Connected file
The
_data/internal/communities/data-science.yml
file is used to display the Data Science community onhttps://www.hackforla.org/communities-of-practice
. The template for the community of practice page,pages\communities-of-practice.html
, does not reference theGitHub
text that I have changed in this PR. The "GitHub" text that does display on this page has been hard-coded in the html template. There should be no visible changes to the page. However, if this variable is referenced in the template in future, it will have the correct capitalization.Test