Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.28 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

38 lines (32 loc) · 1.28 KB

Describe pull-request

Describe what the pull-request is about

Issue Linking:

Choose one of the following options

  • Jira: Add ticket number after CDEP-: CDEP-
  • GitHub: Include issue link
  • No issue: Describe the problem being solved.

How to test

Provide detailed steps for testing, including any necessary setup.

  1. Go to...
  2. Check in...
  3. Run ...

Checklist before submission

  • I have added unit tests for my changes (if applicable)
  • All existing tests pass
  • I have updated the documentation (if applicable)
  • Not breaking production behavior
  • Behavior available in storybook with documented descriptions (if applicable)
  • npm run build-all without errors

Suggested test steps

  • Browser testing (Chrome, Safari, Firefox)
  • Keyboard operability
  • Interactive elements have labels.
  • Storybook controls
  • Design/controls/props is aligned with other components
  • Dark/light mode and variants
  • Input fields – values should be displayed properly
  • Events

Screenshots

Include before/after screenshots for UI changes.

Additional context

Add any other context or feedback requests about the pull-request here.