elsa-core/.github/pull_request_template.md
2026-02-18 18:58:54 +01:00

1.4 KiB
Raw Permalink Blame History

Purpose


Scope

Select one primary concern:

  • Bug fix (behavior change)
  • Refactor (no behavior change)
  • Documentation update
  • Formatting / code cleanup
  • Dependency / build update
  • New feature

If this PR includes multiple unrelated concerns, please split it before requesting review.


Description

Problem

Solution


Verification

Steps: 1. 2. 3.

Expected outcome:


Screenshots / Recordings (if applicable)


Commit Convention

We recommend using conventional commit prefixes:

  • fix: Bug fixes (behavior change)
  • feat: New features
  • refactor: Code changes without behavior change
  • docs: Documentation updates
  • chore: Maintenance, tooling, or dependency updates
  • test: Test additions or modifications

Clear commit messages make reviews easier and history more meaningful.


Checklist

  • The PR is focused on a single concern
  • Commit messages follow the recommended convention
  • Tests added or updated (if applicable)
  • Documentation updated (if applicable)
  • No unrelated cleanup included
  • All tests pass