Skip to content

Commit

Permalink
Merge branch 'devlup-labs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitsaini17 authored Jan 12, 2025
2 parents 76adcca + b7c735c commit 4b98ca5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/pr_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Pull Request Template

## Title
[Provide a relevant and descriptive title for the pull request.]

## Type of Change
- [ ] New feature
- [ ] Bug fix
- [ ] UI/UX improvement

## Checklist
- [ ] My code adheres to the coding and style guidelines of the project.
- [ ] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have made corresponding changes to the documentation.
- [ ] My changes generate no new warnings.

## Description and Impact
[Provide a summary of the changes made in this PR. Explain why the change is necessary/being made, and how it improves the project (include effects on performance, new dependencies, or changes in behaviour). Link any related issues.]

## Screenshots
[Add any relevant screenshots to show changes visually.]

## Additional Information
[Provide any extra info that may be helpful for reviewers. Ex: Mention changes dependent on other services or features (if present).]

0 comments on commit 4b98ca5

Please sign in to comment.