nota
nota copied to clipboard
0.5.3-alpha
Pull Request Template
Description
Summary:
- A brief summary of the purpose and context of this PR.
Issue(s) Addressed:
- Reference to the issue(s) or feature(s) this PR addresses.
Changes
Type of Changes: Bug fix / new feature / breaking change / documentation
- Change 1: Describe in detail what was changed or added.
- Change 2: Elaborate on the reasons and any associated logic/decisions.
- ...
Checklist:
- [ ] My code follows the style guidelines of this 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
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
Reviewers Checklist:
- [ ] Code follows project guidelines and clean code principles
- [ ] Tested on various resolutions and browsers
- [ ] Unit tests have been updated or added, if necessary
- [ ] Documentation has been updated