react-native-line
react-native-line copied to clipboard
fix: bot prompt string. aggresive -> aggressive
trafficstars
PR Title
🔄 Type of change:
- [ ] ✨Feature/chore
- [ ] :recycle: Refactor
- [x] :wrench: Bugfixes
:pencil2: Description:
Add a description of the feature or bug you are tackling. First in high level perspective and then you can describe your solution. Include acceptance criteria, diagrams of the code, or anything else you consider that might help other developers understand your decisions.
:movie_camera: Screen record:
Add a screen record of the execution of your functionality. This way the reviewer can better understand what has been added.
:pushpin: Notes:
- Include pending tasks, TODOs, assumptions, or comments like 'Needs migrating', or 'Requires ENV vars: [..]'
:heavy_check_mark:Tasks:
- Include a medium-level tasking that summarizes the changes in the code
:warning: Warnings:
- Include a list of considerations for reviewers or future developers. For example:
- The feature in production triggers a service call so it will charge the account credit card
- The service X is mocked so this part is not tested