Skip to content

chore: add pr template #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2025
Merged
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
39 changes: 39 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## Description

1. Why I made this PR? (What is the problem? Why it should be fixed?)
2. How the problem is fixed? Does it rely on other changes elsewhere?

Fixes # (issue)
or
Connected to # (issue)

## Type of change

Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Maintenance
- [ ] Security fix

## How to test this PR

Describe how to test the PR

## Before requesting review:

- [ ] I have performed a self-review of my code
- [ ] I have ensured this looks good on all screen sizes and complies with accessibility standards
- [ ] I have tested all changes locally

## Checklist for the reviewer:

- [ ] Git history - Commits in the PR are split up in a good way, preferably atomic and describe the changes in a good way
- [ ] Tests - Tests for the changes have been added (for bug fixes/features)
- [ ] Docs - Corresponding changes have been added to the documentation
- [ ] Comments - Comments are added to the code in hard-to-understand areas
- [ ] Warnings - The changes in the PR generate no new warnings
- [ ] Product sync - Synced with product management if needed
- [ ] Dependencies - 3rd party libraries are selected with [these guidelines](https://prime.lime.tech/security/development/practical#component-selection) in mind