🪃
Engineering Playbook
  • Engineering Playbook
  • Agile Development
    • Kanban from the start
    • Daily Stand-up
    • Collaboration
      • Mobile Designer X Mobile Developer
    • Backlog Management
      • Backlog Refinement
    • Card Management
      • Epics
      • User story
        • Collaboration experience with acceptance criteria
        • Proper acceptance criteria
      • Task
      • Bug
      • Hotfix
      • Sub-task
      • Defect
      • Columns
      • Card organization
      • Column Limit
      • Board Templates
    • Pull System Task Assignment
    • Retrospectives
    • Team Agreement
      • Working Agreement
      • Definition of Ready
      • Definition of Done
    • Agile Metrics
  • Github
    • Source Control
    • Merge Strategies
    • Versioning
    • Code Reviews
      • Author's Checklist
      • Reviewer's Checklist
  • Documentation
    • GraphQL as an API Doc
  • DevOps
    • Continuous Integration
Powered by GitBook
On this page
  • Naming title guidelines
  • Writing a description guidelines

Was this helpful?

  1. Agile Development
  2. Card Management

Bug

PreviousTaskNextHotfix

Last updated 3 years ago

Was this helpful?

It is a problem that impairs a product or a service's functionality.

Naming title guidelines

Naming the title for a bug card should help developers point out a specific problem.

We can format the bug card, like these:

  1. <persona / type of user> <contraction> <perform action>

  2. <system feature> should <expected behavior> but doesn't

  3. <persona / type of user> <gets result> but should <get different result>

NOTE: There are several ways to format the title of a Bug card.

Please see

Example(s)

The new user can't view the home screen

Member should not be able to see the other member's status.

Writing a description guidelines

Add more details to guide the developer(s), like screenshots and narrowing down scenarios.

Example(s)

The new users can't view the home screen when certain events

Add actual results and the expected result.

Naming Bug Cards