Conversation
There was a problem hiding this comment.
Good pull requests have a body description that tells other contributors about the change you're suggesting, so they understand the context.
Let's edit this pull request to add a body description.
⌨️ Activity: Fixing your pull request
- The first comment on your pull request will have the default text of No description provided. Click on the ... icon located at the top right corner of the comment box, then click on Edit to make an edit
- Add a description of the changes you've made in the comment box. Feel free to add a description of what you’ve accomplished so far. As a reminder, you have: created a branch, created a file and made a commit, and opened a pull request
- Click the green Update comment button at the bottom right of the comment box when done
If you would like assistance troubleshooting the issue you are encountering, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.
I'll respond when I detect this pull request's body has been edited.
There was a problem hiding this comment.
Step 7: Respond to a review
Your pull request is looking great!
Let’s add some content to your file. Replace line 5 of your file with a quotation or meme and witty caption. Remember: Markdown is supported.
⌨️ Activity: Change your file
- Open the file
_posts/0000-01-02-jesse-mckevitt.md. - Replace line 5 of the file with something new.
- Stage your new changes. As a reminder, you can do this in the Source Control view, click the + symbol next to the file.
- Commit your changes. You can do this in the Source Control view, enter a commit message in the text field and press Ctrl+Enter on Windows or Command ⌘+Enter on macOS.
- Push your edits to GitHub. In the Source Control view, click on the ellipsis (...), and select Push.
Note : Can't find the button to edit the file? It may look like a pencil, or it may look like three dots.
Created a branch, created a file and made a commit, and opened a pull request