(check all applicable)
target:
- My pull request targets the
developmentbranch of the repository. - My pull request targets the
productionbranch of the repository.
type:
- π Feature
- π Bug Fix
- π₯ Hot Fix
- π Documentation Update
- π¨ Style
- π§βπ» Code Refactor
- π₯ Performance Improvements
- β Test
- π€ Build
- π CI
- π¦ Chore
- β© Revert
- πͺ Release
RESPONSE:
RESPONSE:
RESPONSE:
I did ...
- Run pre-commit hooks
- Write readable and clean code
- Write code following the established code style of the repository
- Write precise and clear variables, functions and classes names
- Create this PR with less than 800 LOC (lines of code)
- Create this PR addressing a specific change (not many different things)
- Use commit messages according to the defined standard
- Put a descriptive title to this PR according to the defined standard
I did ...
- π§ͺ run local scenarios
- run the project locally and verify that there are no visible errors
- β deploy to dev environment and run without errors
- π¬ create or update tests for my code
- π£ run tests without errors or warnings
- π un data validations checking for:
- duplicates
- nulls
- columns: names, data types
- rows: count
I create new documentation for...
- π©βπ» technical specs, in the repository
- π’ users and business, in the documentation platform
- π data (dictionaries, catalog)
- π nothing, no documentation needed
- β
yes (explain
whatandwhy) - β no
- β
yes (explain
what) - β no
RESPONSE:
{{commit_messages}}