- New feature or enhancement
- Bug fix
- Refactor that improve code structure
- Performance improvements
- Infrastructure changes or improvements
- Changes affecting the build system or external dependencies
- Cost savings improvements
Link any related issues (e.g., Fixes #123, Closes #456).
- List major changes
- List fixed bugs (if any)
- Include any refactoring or configuration changes
- Check out this branch:
git checkout <branch-name> - Build and run the project
- Verify changes by running tests or following these manual test steps:
- Step 1
- Step 2
- Confirm that no existing functionality is broken
- No security or limits impact
- Auth / permissions considered
- Data exposure, filtering, or token/size limits considered
- Code follows the existing style guidelines
- Unit tests have been added and verified locally
- Documentation has been updated accordingly
- The changes are covered under appropriate tests
- The commit history is clean and follows commit message standards
- Not needed
- Updated (README / docs / examples)
- New documentation added (README / docs / examples)