How To Attach A Pull Request From Trello To Github

Introduction:

Attaching a pull request from Trello to Github can be a useful way to collaborate with your team and track progress on a project. In this article, we will walk you through the steps to attach a pull request from Trello to Github.

Step 1: Create a Card in Trello

First, create a card in Trello that represents the task or feature you want to work on. Include all relevant information about the task, such as the description, due date, and any attachments.

Step 2: Create a Branch in Github

Next, create a branch in Github that corresponds to the card you created in Trello. This will allow you to work on your code independently from the main branch and merge it back in once you’re done.

Step 3: Attach the Card to the Branch

To attach the card to the branch, go to the Trello card and click on the “Attach” button. Select “Github” from the drop-down menu and enter the name of your Github repository and branch.

Step 4: Create a Pull Request

Once you’ve attached the card to the branch, go to Github and create a pull request. This will allow you to merge your changes back into the main branch of your repository.

Conclusion

Attaching a pull request from Trello to Github can be a useful way to collaborate with your team and track progress on a project. By following these steps, you can easily attach a card from Trello to a branch in Github and create a pull request.