Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Use Liquid's remove filter
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco authored Dec 3, 2018
1 parent 4bc9ad9 commit 60fe478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses/open-a-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This pull request is going to keep the changes you just made on your branch and

1. From the "Pull requests" tab, click **New pull request**
1. In the "base:" drop-down menu, make sure the "master" branch is selected
1. In the "compare:" drop-down menu, select "{{ branch | replace('') }}"
1. In the "compare:" drop-down menu, select "{{ branch | remove: 'refs/heads/' }}"
1. Click **Create pull request**
1. When you’ve selected your branch, enter a title for your pull request. For example `Add {{ user.username }}'s file`
1. The next field helps you provide a description of the changes you made. 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
Expand Down

0 comments on commit 60fe478

Please sign in to comment.