Drupal
  • Managing Successful Drupal Based Projects
  • Process
    • Team Roles and Responsibilities
    • Ceremonies
    • User Stories Best Practices
    • Glossary
  • Development Resources
    • Coding Standards
    • Setup Local Development Enviornment
    • Content Modeling
    • Git, Commit Messages & Pull Request Guidelines
    • Useful Terminal Commands
    • Package management - Composer, BLT and CI
    • Behat
      • How Behat is used in Acquia Projects?
    • Maintaining your platform/patches
  • JIRA Ticket Templates
    • Ticket Template
    • Composer Updates
    • Redirect endpoints that should not be public
    • Bug Template
    • Sync local with latest upstream code and database sprint X
    • Drupal Enablement
  • ACE & ACSF
    • Deploying to Acquia Cloud
    • ACSF - First Pull Request
    • ACSF & Drupal and Your Platform
Powered by GitBook
On this page
  • Bug Remediation Process
  • Bug Report Template

Was this helpful?

  1. JIRA Ticket Templates

Bug Template

The following are the key details that must be included in a bug report. This allows the development team to quickly reproduce the issue (the first step to solving it).

Bug Remediation Process

  1. Bug is discovered

  2. Bug report is documented

  3. QA team reviews bug report for sufficient details

  4. QA team attempts to reproduce the bug

    1. If team can reproduce the bug, bug is moved to ready

    2. If team cannot reproduce the bug, the bug is closed as not reproducible

  5. Project Owner team prioritizes bug

  6. Project Owner team adds bug to a sprint

  7. Development team addresses bug

  8. Code Review

  9. QA

  10. UAT

  11. Completion

Bug Report Template

h2. Steps to Reproduce

Given I am logged in a [USER ROLE] When I go to [NODE URL] And I try to [write out instructions of steps to produce issue] Then I expected [DESIRED RESULT]

Actual Result: [Define exactly what happened as a result]

h3. ATTACHMENT(S): Note: Please attach screenshot images detailing issue alongside desired modification(s).

PreviousRedirect endpoints that should not be publicNextSync local with latest upstream code and database sprint X

Last updated 6 years ago

Was this helpful?