Skip to content

Setup GitHub Project Board for Kanban Workflow #1

@BatraXPankaj

Description

@BatraXPankaj

User Story

As a developer
I want to set up a GitHub Project board for Kanban workflow
So that I can visualize and manage work in progress with proper flow limits

Acceptance Criteria (BDD Scenarios)

Scenario: Create project board with proper columns
Given I am in the repository settings
When I navigate to Projects and create a new project
Then I should see a board with columns: Backlog, Ready, In Progress, Review, Done
And each column should be properly configured

Scenario: Add custom fields for issue tracking
Given the project board is created
When I add custom fields
Then I should have Priority (High/Medium/Low) field
And I should have Size (XS/S/M/L/XL) field
And I should have Feature Area field

Scenario: Configure automation rules
Given the project board exists
When I set up workflow automation
Then issues should auto-move to Review when PR is created
And issues should auto-move to Done when PR is merged

Technical Implementation Hints

  • Location: Repository → Projects → New Project
  • Board type: Select "Board" layout (not table)
  • Automation: Use built-in GitHub workflows
  • Documentation: Update README with board link

Definition of Done

  • Project board created with all columns
  • Custom fields added (Priority, Size, Feature Area)
  • Automation rules configured
  • README updated with board link
  • Team has access to the board
  • Documentation screenshots added (optional)

Priority: High
Size: S (2-4 hours)


This issue is ready for human implementation (requires GitHub UI access)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions