Skip to content

Commit

Permalink
update PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 11, 2024
1 parent a48602d commit c7a85a5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
### Description

#### Summary
*Provide a brief summary of the changes.*
<!-- Provide a brief summary of the changes. -->

#### Motivation
*Explain why this change is necessary. What problem does it solve?*

#### Key Changes
*List the primary changes made in this PR.*
<!-- Explain why this change is necessary. What problem does it solve? -->

### Related Issue
*Link to the issue this PR addresses (e.g., `Fixes #123`).*
<!-- Link to the issue this PR addresses (e.g., `Fixes #123`). -->

### Checklist

#### General

- [ ] PR title is clear and descriptive
- [ ] PR description explains the purpose and changes
- [ ] Code follows project coding standards
Expand All @@ -24,18 +22,20 @@
- [ ] Documentation has been updated (if applicable)

#### Client (if applicable)

- [ ] UI changes look good on all screen sizes and browsers
- [ ] No console errors or warnings
- [ ] User experience and accessibility have been tested
- [ ] Added Storybook stories for new components
- [ ] Components follow design system guidelines (if applicable)

#### Server (if applicable)

- [ ] Code is performant and follows best practices
- [ ] No security vulnerabilities introduced
- [ ] Proper error handling has been implemented
- [ ] Added tests for new functionality
- [ ] Changes have been tested in different environments (if applicable)

### Screenshots (if applicable)
*Attach screenshots here.*
<!-- Attach screenshots here. -->

0 comments on commit c7a85a5

Please sign in to comment.