Skip to content
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

Add Pull Request template #20

Merged
merged 1 commit into from
Aug 2, 2024
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
41 changes: 41 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
### Description

#### Summary
*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.*

### Related Issue
*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
- [ ] Self-review of the code has been done
- [ ] Changes have been tested locally
- [ ] Screenshots have been attached (if applicable)
- [ ] 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.*