From 0db9e9494d50f21da31d02eecf527c44a3cabcad Mon Sep 17 00:00:00 2001 From: iMplode nZ Date: Wed, 4 Nov 2020 16:38:05 -0800 Subject: [PATCH] Regularized Issue Templates so that the grammar is always the same. (#787) * Regularized Issue Templates so that the grammar is always the same. * Update bug_report.md Co-authored-by: Carter Anderson --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6975074273..63771cb0b7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,11 +8,11 @@ assignees: '' **Bevy version** -The release number or commit hash of the version you're using +The release number or commit hash of the version you're using. **Operating system & version** -e.g. Windows 10, Ubuntu 18.04, iOS 14 +Ex: Windows 10, Ubuntu 18.04, iOS 14. **What you did** @@ -21,11 +21,11 @@ feasible. **What you expected to happen** -What you think should've happened if everything was working properly +What you think should've happened if everything was working properly. **What actually happened** -The actual result of the actions you described +The actual result of the actions you described. **Additional information** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1d40f569c1..dd54fb940b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,15 +8,15 @@ assignees: '' **What problem does this solve or what need does it fill?** -A description of why this particular feature should be added +A description of why this particular feature should be added. **Describe the solution would you like?** -The solution you propose for the problem presented +The solution you propose for the problem presented. **Describe the alternative(s) you've considered?** -Other solutions to solve and/or work around the problem presented +Other solutions to solve and/or work around the problem presented. **Additional context**