truemail-rb/truemail

View on GitHub
.github/ISSUE_TEMPLATE/bug_report.md

Summary

Maintainability
Test Coverage
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Your bug report title here"
labels: bug
assignees: bestwebua

---

<!-- Thanks for helping to make Truemail better! Before submit your bug, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) -->

### New bug checklist

- [ ] I have updated `truemail` to the latest version
- [ ] I have read the [Contribution Guidelines](https://github.com/truemail-rb/truemail/blob/master/CONTRIBUTING.md)
- [ ] I have read the [documentation](https://truemail-rb.org/truemail-gem)
- [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail/issues)

<!-- Please use next pattern for your bug report title: [BUG] Your bug report title here -->

### Bug description
<!-- Please include what's happening, expected behavior, and any relevant code samples -->

##### Complete output when running truemail, including the stack trace and command used

<details>
  <pre>[INSERT OUTPUT HERE]</pre>
</details>