Skip to content

Conversation

@ed-codegen
Copy link
Contributor

@ed-codegen ed-codegen bot commented Sep 12, 2023

Codegen PR • View Issue

The approach consists of three simple steps. First, you'll need to open your README.md file. Second, add the following comment at the very top of the file:

<!--
Hello, world!
-->

Finally, save the README.md file. This will add the message 'Hello, world!' as a comment at the beginning of your documentation without affecting the rest of the contents.

@kopekC kopekC added the Codegen label Sep 12, 2023
@kopekC kopekC removed the Codegen label Oct 11, 2023
@ed-codegen ed-codegen bot added the Codegen label Oct 11, 2023
@@ -1,3 +1,4 @@
# Hello, world! 🚀
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The 'Hello, world! 🚀' comment you've added on line 1 is not a problem per se, but note that it's generally recommended to place the shebang (#!/usr/bin/env python3) as the first line of an executable python script. This is required for Unix-based systems to identify the file as a script. Consider moving your comment to line 2, after the shebang.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants