mocktools/ruby-smtp-mock

View on GitHub
.github/ISSUE_TEMPLATE/issue_report.md

Summary

Maintainability
Test Coverage
---
name: Issue report
about: Create a report to help us improve
title: "[ISSUE] Your issue report title here"
labels: ''
assignees: bestwebua

---

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

### New issue checklist

- [ ] I have updated `dns_mock` to the latest version
- [ ] I have read the [Contribution Guidelines](https://github.com/mocktools/ruby-smtp-mock/blob/master/CONTRIBUTING.md)
- [ ] I have read the [documentation](https://github.com/mocktools/ruby-smtp-mock/blob/master/README.md)
- [ ] I have searched for [existing GitHub issues](https://github.com/mocktools/ruby-smtp-mock/issues)

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

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

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

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