You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] I have gone through the Contributing guidelines for [Submitting a Pull Request (PR)](https://github.com/OsmosysSoftware/angular-foundation/blob/main/CONTRIBUTING.md) and ensured that this is not a duplicate PR.
6
+
-[ ] I have performed unit testing for the new feature added or updated to ensure the new features added are working as expected.
7
+
-[ ] I have performed preliminary testing to ensure that any existing features are not impacted and any new features are working as expected as a whole.
8
+
9
+
### PR Details
10
+
11
+
PR details have been updated as per the given format (see below)
12
+
13
+
-[ ] PR title adheres to the format specified in guidelines (e.g., `feat: add admin login page`)
14
+
-[ ] Description has been added
15
+
-[ ] Related changes have been added (optional)
16
+
-[ ] Screenshots have been added (optional, may include unit testing screenshots as well)
17
+
-[ ] Pending actions have been added (optional)
18
+
-[ ] Any other additional notes have been added (optional)
19
+
20
+
### Additional Information
21
+
22
+
-[ ] Appropriate label(s) have been added (`ready for review` should be added if the PR is ready to be reviewed)
23
+
-[ ] Assignee(s) and reviewer(s) have been added (optional)
24
+
25
+
_Note: Reviewer should ensure that the checklist and description have been populated and followed correctly, and the PR should be merged only after resolving all conversations and verifying that CI checks pass._
26
+
27
+
---
28
+
29
+
**Description:**
30
+
31
+
Add brief description about the changes made in this PR and their purpose. This section can also include mention to any other PRs or issues if needed.
32
+
33
+
**Related changes:**
34
+
35
+
- Add short points about the different changes made within the files in this PR.
36
+
37
+
**Screenshots:**
38
+
39
+
Add any screenshots as required.
40
+
41
+
**Pending actions:**
42
+
43
+
- Add list of any pending actions that have or would require to be done in this PR.
44
+
45
+
**Additional notes:**
46
+
47
+
- Add list of any additional notes you may want to convey in this PR.
0 commit comments