From 0f49bc1079ecccde8cac382ade286a4c6760172d Mon Sep 17 00:00:00 2001 From: Sorawee Porncharoenwase Date: Wed, 15 Jul 2020 08:49:45 -0700 Subject: [PATCH] Minor change to the issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 9 +++------ .../{feature_request.md => feature-request.md} | 8 ++++---- 2 files changed, 7 insertions(+), 10 deletions(-) rename .github/ISSUE_TEMPLATE/{feature_request.md => feature-request.md} (73%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index f9eb924dcb..af48acc36b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,14 +1,11 @@ --- name: Bug report about: Report a problem with Racket or Racket's tools -title: '' -labels: -assignees: '' --- **What version of Racket are you using?** -e.g. 7.7 [cs] +e.g., 7.7 [cs] **What program did you run?** Please include a short example that triggers the bug @@ -19,5 +16,5 @@ Please include a short example that triggers the bug **If you got an error message, please include it here.** -**Please include any other revelant details** -e.g. the Operating system used or how you are running the code. +**Please include any other relevant details** +e.g., the operating system used or how you are running the code. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 73% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature-request.md index 5c35ead4b9..679e4aee3e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea to discuss -title: "[Feature Request]" +title: "[Feature Request] ..." labels: feature-request assignees: '' @@ -9,7 +9,7 @@ assignees: '' **Is your feature request related to a problem? Please describe.** -A description of what the problem is. Ex. I'm always frustrated when [...] +A description of what the problem is. E.g., I'm always frustrated when [...] **Describe the solution you'd like** A description of what you want to happen. @@ -17,8 +17,8 @@ A description of what you want to happen. **Describe alternatives you've considered** A description of any alternative solutions or features you've considered. -***Do you want to contribute to this feature*** +**Do you want to contribute to this feature** If you're interested in working on the development of this feature, say so here. -**[Optional]Additional context** +**[Optional] Additional context** Add any other context or screenshots about the feature request here.