-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #440 from AcclaroInc/chore/update-pr-template
chore(github): added pr template
- Loading branch information
Showing
1 changed file
with
71 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,71 @@ | ||
## Pull Request | ||
|
||
### Description: | ||
[Provide a brief description of the purpose and goal of this pull request.] | ||
|
||
### Related Issue(s): | ||
[Cite any related issues or feature requests, using the GitHub issue link.] | ||
|
||
- | ||
|
||
### Changes Made: | ||
[List the changes made in this pull request to address the issue or implement the feature.] | ||
|
||
**Added:** | ||
|
||
- | ||
|
||
**Changed:** | ||
|
||
- | ||
|
||
**Deprecated:** | ||
|
||
- | ||
|
||
**Removed:** | ||
|
||
- | ||
|
||
**Fixed:** | ||
|
||
- | ||
|
||
**Security:** | ||
|
||
- | ||
|
||
### Testing: | ||
[Describe the testing performed to ensure the changes are functioning as expected.] | ||
|
||
- | ||
|
||
### Quality Assurance (QA): | ||
|
||
- [ ] The code has been reviewed and approved by the QA team. | ||
- [ ] The changes have been tested on different environments (e.g., staging, production). | ||
- [ ] Integration tests have been performed to verify the interactions between components. | ||
- [ ] Performance tests have been conducted to ensure the changes do not impact system performance. | ||
- [ ] Any necessary database migrations or data transformations have been executed successfully. | ||
- [ ] Accessibility requirements have been considered and tested (e.g., screen reader compatibility, keyboard navigation). | ||
|
||
### Resources: | ||
|
||
**Screenshots (if applicable):** | ||
[Include any relevant screenshots to visually demonstrate the changes.] | ||
|
||
### Wrapping up | ||
|
||
**Checklist:** | ||
|
||
- [ ] The code builds without any errors or warnings. | ||
- [ ] The code follows the project's coding conventions and style guidelines. | ||
- [ ] Unit tests have been added or updated to cover the changes made. | ||
- [ ] The documentation has been updated to reflect the changes (if applicable). | ||
- [ ] All new and existing tests pass successfully. | ||
- [ ] The PR has been reviewed by at least one other team member. | ||
|
||
**Additional Notes:** | ||
[Include any additional notes, considerations, or context that may be relevant.] | ||
|
||
|