## Description: - Tasks solved - Links to issues solved ## Pull Request type: - Bug fixes - New feature - Improvement - Refactoring - Documentation update - Security fix ## How to test: Please provide detailed instructions for testing your changes locally, including expected response/behavior. ## Pull Request checklist: - [ ] Read the [contributing_to_howdoi.md](https://github.com/gleitz/howdoi/blob/master/docs/contributing_to_howdoi.md) - [ ] Attach screenshots of expected behavior. - [ ] The changes pass tests locally (`nose2`). - [ ] There are no linting errors (`python setup.py lint`). - [ ] The changes don't break existing features. - [ ] Check that there are no confidential files like `.env` included. - [ ] Request review from the maintainers. - [ ] For bug fixes or changes to directory structure, make sure docs are updated. ## Known bugs (if any): If there are bugs in your current changes you can still open the PR and mention the bugs you found. Propose further changes that can help fix bugs in your current changes.