Give your developers flexible features for project management that adapts to any team, project, and workflow—all alongside your code.
We can use github projects to manage larger trello cards where multiple developers are assigned.
https://github.com/cswithen/projectboard-showcase
The following section will walk through a use case for setting up a project within github, creating issues, and using the automated features.
Start by navigating to the Projects tab onto the github repository make sure to select the Project option that is not in beta currently.

After selecting New project on this tab you will be presented with a form to fill out to provide details for the project and to setup a template. It is recommended to select Automated Kanban here

Note: choosing the “Automated Kanban” template here sets up our board to handle automation right out of the gate
Once Create Project is selected you will be navigated to the project board with some startup notes that provide some resources incase you want additional information

There are multiple ways to create issues and assign them to this project, but I found the most comfortable way in this context is to create them within the project board with a
noteand then convert that to anissue.
Start by selecting the + icon at the top of the To Do column, and begin typing out what task you would like to add. To make it easier later, format your note as having the desired title be the first line and your description of the issue after a line break