From 7dbc184b199c66b8f23451c656d298c0203fafc4 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 15 Jun 2020 11:14:55 -0700 Subject: [PATCH] Change wording in template Co-authored-by: Brian Cain --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 85a15c7cd..0c998825d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,7 +7,7 @@ about: For when Vagrant is not working as expected or you have encountered a bug Please note that the Vagrant issue tracker is in priority reserved for bug reports and enhancements. For general usage questions, please use HashiCorp Discuss: https://discuss.hashicorp.com/c/vagrant/24 Thank you! -When submitting a bug report, please provide the minimal configuration and requirement information necessary to reliably reproduce the issue. It +When submitting a bug report, please provide the minimal configuration and required information necessary to reliably reproduce the issue. It should include a basic Vagrantfile that only contains settings to reproduce the described behavior. **Tip:** Before submitting your issue, don't hesitate to remove the above introductory text, possible empty sections (e.g. References), and this tip.