-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
anjaliputta
committed
Sep 9, 2024
1 parent
2e79178
commit c6afc8b
Showing
1 changed file
with
36 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,36 @@ | ||
# Pull Request Template | ||
|
||
**Fixes #issue_number** | ||
|
||
### What was changed? | ||
|
||
_Describe what part of the application was changed (e.g., login page, database, etc.). Mention specific components that were added, removed, or modified._ | ||
|
||
**Example:** | ||
|
||
- Updated the login form layout and validation logic. | ||
|
||
### Why was it changed? | ||
|
||
_Explain the problem or issue that prompted this change. Detail why this change effectively resolves the issue or improves the application._ | ||
|
||
**Example:** | ||
|
||
- The login form was updated to enhance user experience and improve security measures. | ||
|
||
### How was it changed? | ||
|
||
_Detail the key modifications in the codebase, highlighting significant files, functions, or lines of code._ | ||
|
||
**Example:** | ||
|
||
- Refactored the form validation logic in login.js file to include real-time feedback. | ||
|
||
### Screenshots that show the changes (if applicable): | ||
|
||
_Include screenshots or visual representations of the changes, especially for user interface updates._ | ||
|
||
- **Before:** | ||
- _Attach screenshot_ | ||
- **After:** | ||
- _Attach screenshot_ |