diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cfa55f4..d742a6d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,3 +12,11 @@ **Did this work in previous versions of our tool? Which versions?** - [ ] I attached a sample spreadsheet. (You can drag files on to this issue) + +**Code to reproduce problem:** +```c# +public void Main() +{ + // Where possible, post full code to reproduce your issue. +} +```