-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'devlup-labs:main' into main
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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).] |