Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organizing a release #2

Closed
github-learning-lab bot opened this issue Feb 7, 2021 · 2 comments
Closed

Organizing a release #2

github-learning-lab bot opened this issue Feb 7, 2021 · 2 comments

Comments

@github-learning-lab
Copy link
Contributor

Organizing Releases

Creating a release package on GitHub might be easy, but it's only a piece of the puzzle. Releases often involve prioritized bug fixes, feature releases, and assorted tasks. How do you make sure you're keeping track? What happens if you want to save the most exciting features for a larger update?

Step 2: Create a project board

On GitHub, let's keep track of several related issues with a GitHub project board.

⌨️ Activity: Create a project board

  1. Navigate to the Projects tab of this repository.
  2. Click Create a project.
  3. Under Project board name, type "Release 1.0 tracker".
  4. In the Template dropdown, select Automated kanban.
  5. Click Create project.

Note: After you create your project, you'll see that GitHub has created a few cards for you. You can keep these, or delete them.


I'll respond below with your next step.

@github-learning-lab github-learning-lab bot mentioned this issue Feb 7, 2021
@github-learning-lab
Copy link
Contributor Author

Adding to the project

Project boards have columns, and columns can contain cards. Cards can be existing issues or pull requests, or a stand-alone bit of Markdown text.

Throughout the course, you can keep track of the issues and pull requests by adding them as cards to the project board.

Step 3: Triage issues in a project

Add this issue to your new project board.

⌨️ Activity: Adding a project card

  1. Return to your project.
  2. Above the project columns, click Add cards.
  3. Drag the Organizing a release card to your recently added "In Progress" column.

I'll respond below with your next step.

@janitorr janitorr added this to To do in Release 1.0 tracker Feb 7, 2021
@github-learning-lab
Copy link
Contributor Author

Great work! After you added the Organizing a release issue card to the project board, I closed this issue. With project board automation, the card you added to the "In progress" column is now in the "Done" column.

To check to see if your card moved, check out your project.

Your next steps can be found in your next issue.

Release 1.0 tracker automation moved this from To do to Done Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

0 participants