Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Example PR for documentation #1

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Somebody once told me the world is gonna roll me
# I ain't the sharpest tool in the shed
Copy link
Member

Choose a reason for hiding this comment

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

At least you got this part right.

# She was looking kind of dumb with her finger and her thumb
# In the shape of an "L" on her forehead
# Well the years start coming and they don't stop coming
# Fed to the rules and I hit the ground running
# Didn't make sense not to live for fun
# Your brain gets smart but your head gets dumb
# So much to do, so much to see
# So what's wrong with taking the back streets?
# You'll never know if you don't go
Copy link
Member

Choose a reason for hiding this comment

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

There are other ways of finding out than physically being there. Maybe a friend could go in your stead and report back? This is stupid.

Copy link
Member

Choose a reason for hiding this comment

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

Just went, can confirm there is nothing there.

# You'll never shine if you don't glow
# Hey now, you're an all-star, get your game on, go play
# Hey now, you're a rock star, get the show on, get paid
Copy link
Member

Choose a reason for hiding this comment

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

This needs some work. There should probably be a period after rock star instead of a comma, there's no period at the end of the sentence, and it's factually incorrect (rock stars don't get paid).

# And all that glitters is gold
Copy link
Member

Choose a reason for hiding this comment

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

There must be ten thousand things that glitter and yet are not gold. Why would you write something that's so obviously not true?

# Only shooting stars break the mold
Copy link
Member

Choose a reason for hiding this comment

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

Best line ✨

1 change: 1 addition & 0 deletions hello.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("Hello, world!")