--- name: Bug report about: Create a report to help us improve title: "" labels: bug assignees: '' --- **👋 Before reporting a bug, please make sure you're running the latest available version of maid (`gem install maid`).** **👋 If you're using Ruby 2.7+, please make sure you're running maid v0.10.0+ (`gem install maid --pre`)** **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to trigger the issue. **Expected behavior** A clear and concise description of what you expected to happen. **Logs** If applicable, add logs to help explain your problem. You can find the logs at `~/.maid/maid.log`. **Environment (please complete the information):** - Maid version (`maid --version`): `` - OS, distribution (Linux), and version: - Ruby version (`ruby --version`): `` **Minimal `rules.rb` to reproduce the issue:** ```ruby # Rule(s) ``` **Additional context** Add any other context about the problem here.