Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 13 additions & 25 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,41 +47,29 @@ Further Reading:
- https://github.com/commitizen/conventional-commit-types/blob/master/index.json
-->

## Motivations
## Why Is This Changing?

<!-- Why did you do what you did? -->
<!-- What problem are we solving? What user, consumer, or business need is behind this? -->

## Changes
## What Is Changing?

<!-- https://keepachangelog.com/en/1.0.0/ -->
<!-- Describe the behavior change in plain language. Focus on outcomes rather than implementation details. -->

### Added
## Consumer Impact

- <!-- new features -->
<!-- How will this affect adopters of Atlantis? Consider visual changes, API changes, accessibility, migration work, and docs updates. -->

### Changed
- Impact: <!-- None / Low / Medium / High -->
- Action required: <!-- None / Upgrade guidance / Migration needed -->
- Breaking change: <!-- Yes / No -->

- <!-- changes in existing functionality -->
## Validation

### Deprecated
<!-- How did you verify this change? Include screenshots, Storybook links, QA notes, or test coverage where useful. -->

- <!-- soon-to-be removed features -->
## Reviewer Notes

### Removed

- <!-- now removed features -->

### Fixed

- <!-- for any bug fixes -->

### Security

- <!-- in case of vulnerabilities -->

## Testing

<!-- How to test your changes. -->
<!-- Anything reviewers should focus on, watch for, or sanity-check? -->

Changes can be
[tested via Pre-release](https://github.com/GetJobber/atlantis/actions/workflows/trigger-qa-build.yml)
Expand Down
Loading