Please put a meaningful commit message following the specification of Conventional Commits. Some examples of messages:
- Fixed issue#301 - Tasks searched aren't displayed
- Formatted with black
- Fixed README
- Updated requirements.txt
- Pushed code
- A bug fixed
- Hacktober fest commit
If you make a pull request and a unit test or functional test fails, please correct the problem and add it to the pull request.
- If your changes modify existing functions, you may need to edit the test itself to reflect them.
- If you are adding a new function, please add unit tests or functional tests and confirm that they pass as well.
Anyone is free to contribute :3.