Closed ItsSpirax closed 1 year ago
Fixes #159
Prints the time when the program started in the welcome message
I don't know which format (UTC / Local time, 24-hour/ 12-hour) will be more helpful, you guys can make the final decision.
Discord username (if different from GitHub): Spirax#3775
Verify that the welcome message shows the current time on start.
gh pr checkout 124
git fetch origin pull/<PR_NUMBER>/head:<LOCAL_BRANCH_NAME>
git fetch origin pull/110/head:notif
git checkout <LOCAL_BRANCH_NAME>
git checkout notif
Does this look good?
LGTM
Fixes #159
Summary of Changes
Prints the time when the program started in the welcome message
Additional context
I don't know which format (UTC / Local time, 24-hour/ 12-hour) will be more helpful, you guys can make the final decision.
Discord username (if different from GitHub): Spirax#3775
Testing instructions
Verify that the welcome message shows the current time on start.
How to download the PR for testing
Using GitHub CLI
gh pr checkout 124
(Requires GitHub CLI)Using regular GIT
git fetch origin pull/<PR_NUMBER>/head:<LOCAL_BRANCH_NAME>
(e.g.git fetch origin pull/110/head:notif
)git checkout <LOCAL_BRANCH_NAME>
(e.g.git checkout notif
)