Skip to content

Conversation

jimcat8
Copy link
Contributor

@jimcat8 jimcat8 commented Jun 17, 2023

Change the text "Rocky" to "world" to match the screenshot correctly

Author checklist (Completed by original Author)

  • Good fit for the Rocky Linux project? Title and Author Metatags inserted ?
  • If applicable, steps and instructions have been tested to work
  • Initial self-review to fix basic typos and grammar completed

Rocky Documentation checklist (Completed by Rocky team)

  • 1st Pass (Document is good fit for project and author checklist completed)
  • 2nd Pass (Technical Review - check for technical correctness)
  • 3rd Pass (Detailed Editorial Review and Peer Review)
  • Final approval (Final Review)

Change the text "Rocky" to "world" to match the screenshot correctly
@github-actions
Copy link

Test results for e1f4a66:

Number of broken URLs: 0

URL,RESULT,FILENAME

@@ -66,23 +66,23 @@ We can write a script to observe the color change.
# Font color cycle
for color1 in {31..37}
do
echo -e "\033[0;${color1};40m---hello! Rocky---\033[0m"
echo -e "\033[0;${color1};40m---hello! world---\033[0m"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
echo -e "\033[0;${color1};40m---hello! world---\033[0m"
echo -e "\033[0;${color1};40m---hello! World---\033[0m"

done

echo "-------"

# Background color cycle
for color2 in {40..47}
do
echo -e "\033[30;${color2}m---hello! Rocky---\033[0m"
echo -e "\033[30;${color2}m---hello! world---\033[0m"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
echo -e "\033[30;${color2}m---hello! world---\033[0m"
echo -e "\033[30;${color2}m---hello! Rocky world---\033[0m"

done

echo "-------"

# Cycle of display mode
for color3 in 0 1 4 5 7 8
do
echo -e "\033[${color3};37;40m---hello! Rocky---\033[0m"
echo -e "\033[${color3};37;40m---hello! world---\033[0m"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
echo -e "\033[${color3};37;40m---hello! world---\033[0m"
echo -e "\033[${color3};37;40m---Hello! Rocky World---\033[0m"

@sspencerwire
Copy link
Contributor

@SergeCroise I understand what @jimcat8 is trying to convey here. He has a screen shot in the gemstone that reflects the original text. Changing it means changing the screenshots too.

@sspencerwire sspencerwire merged commit 9b42688 into rocky-linux:main Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants