diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..9f1379cc4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "workbench.colorCustomizations": { + "activityBar.background": "#043244", + "titleBar.activeBackground": "#06455F", + "titleBar.activeForeground": "#F7FCFF" + } +} \ No newline at end of file diff --git a/ReadMe.md b/ReadMe.md index d2b200b45..9573b1c72 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -71,3 +71,10 @@ If you have time, write and run different tests based on common issues you have ## Submission Format * [ ] Submit a Pull-Request to merge `` Branch into `main` (student's Repo). **Please don't merge your own pull request** + + +## Rick Mansfield's Pull Request +- [Pull Req for Convenience](https://github.com/LambdaSchool/Cypress-Testing/pull/33) + +## Rick's Original Pull request to prior project +- [Link for convenience](https://github.com/LambdaSchool/User-Onboarding/pull/392) \ No newline at end of file