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
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resovles a feature request, be sure to link to that issue.
4
+
5
+
6
+
## Checklist
7
+
8
+
-[ ] Code compiles correctly
9
+
-[ ] Created tests which fail without the change (if possible)
10
+
-[ ] All tests passing
11
+
-[ ] Extend the README / documentation, if necessary
12
+
-[ ] Applied the code style
13
+
14
+
15
+
## Where has this been tested?
16
+
17
+
**Target Frameworks**: ...
18
+
19
+
20
+
## Changelog
21
+
22
+
List of possible changelog entries for this pull request.
23
+
24
+
- added: For any new features that have been added
25
+
- changed: to note any changes to the software's existing functionality
26
+
- deprecated: To note any features that were once stable but are no longer and have thus been removed
27
+
- fixed: Any bugs or errors that have been fixed
28
+
- removed: This notes any features that have been deleted and removed
29
+
- security: This acts as an invitation to users who want to upgrade and avoid any software vulnerabilities
0 commit comments