Are you adding a new feature/fix/style tweak ? If yes push to develop branch not on main branch
- Are you sure you are pushing on the right branch?
What: Why: How: Usage:
- Bug Fix
- New Feature
- Performance Tweaks
- Style Tweaks
- Code Refactoring
- Documentation
- Tests
Outline the approach you've taken to test the change
- Have you translated all your Paragraphs, ButtonsTitle,... with i18n functionality?
- Have you documented in changed file using comments
- Have you added instructions to the README if needed?