Revert non-relevant changes in "Update issue templates"#162
Open
fyliu wants to merge 1 commit intohackforla:mainfrom
Open
Revert non-relevant changes in "Update issue templates"#162fyliu wants to merge 1 commit intohackforla:mainfrom
fyliu wants to merge 1 commit intohackforla:mainfrom
Conversation
This reverts non-relevant changes in commit c88b2d7.
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This reverts non-relevant changes in commit c88b2d7.
Background
This change is made in response to an email about some malicious code being in the repo.
The code is configured to be run in VSCode on project load via
.vscode/tasks.json, and the JS payload is inpublic/fonts/fa-solid-400.woff2, which is not a real font file (The contents look blank in GitHub because it starts with a lot of spaces. Scroll right, or view in RAW mode to see it.).What's in this change
This change
How this was made
Create a new revert commit for the offending commit.
Delete the revert on issue template changes, which are legitimate.
Use
lazygitto.github/ISSUE_TEMPLATE/create-a-new-guide---with-prescriptive-instructions.md.Equivalent git commands without using lazygit
Undo the last commit, which is the revert commit, but keep the changes staged.
Delete all changes that would revert
.githubcontents, because we don't want to revert that.Commit
git commit -m"Delete non-relevant changes in commit c88b2d7Create a new branch and push the change.
Create the PR in the GitHub website.