Skip to content

Instantly share code, notes, and snippets.

@Gictorbit
Last active November 12, 2022 07:24
Show Gist options
  • Save Gictorbit/f805fbe8c0c8183c9e11cbb6e0099afd to your computer and use it in GitHub Desktop.
Save Gictorbit/f805fbe8c0c8183c9e11cbb6e0099afd to your computer and use it in GitHub Desktop.
github kanban workflow

Labels(Tags):

  • feature
  • user story
  • task
  • unit test
  • document
  • bug
  • foolad project
  • refactor
  • config

Workflow:

InBacklog

  • Move all newly added issues here
  • Move all newly added pull requests here

Start (sprint)

  • Move all current sprint issues here
  • Move all reopened issues here
  • Move all reopened pull requests here

Doing

  • Move all doing issues here

Build (Alpha)

  • Move all merge requests that required reviews here to build and deploy on test environment

QC (Beta)

  • Move all closed issues here
  • Move all merged pull requests here
  • Move all closed, unmerged pull requests here

Accepted

  • Move all well tested and QC accepted issues here

Publish (released)

  • Move all published, released issues here to deploy on production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment