diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e2950372..9d53a4d3 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,11 +3,29 @@ Description [Description of the bug or feature] -Version +Mockery Version -------- [version of mockery being used] +Golang Version +-------------- + +[version of golang being used] + +``` +NOTE: Please upgrade to the latest golang version before submitting tickets! +``` + +Installation Method +------------------- + +- [ ] Binary Distribution +- [ ] Docker +- [ ] brew +- [ ] go install +- [ ] Other: [specify] + Steps to Reproduce ------------------