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

74 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Purpose
<!-- What does this PR change? Summarize in 12 sentences. -->
---
## 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
<!-- What issue does this solve? -->
### Solution
<!-- How does this change address the problem? -->
---
## Verification
<!-- How can reviewers verify this change? -->
Steps:
1.
2.
3.
Expected outcome:
---
## Screenshots / Recordings (if applicable)
<!-- Required for UI changes -->
---
## 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