From 5c959e90f7eeb0fc1f8b361d26598be5b3d08506 Mon Sep 17 00:00:00 2001 From: hdhalter <104463754+hdhalter@users.noreply.github.com> Date: Wed, 17 Aug 2022 10:21:27 -0700 Subject: [PATCH] Simplified the Issue Template (#903) * issue-template-changes Signed-off-by: Heather Halter * FixIssueTemplate Signed-off-by: Heather Halter * Template fix Signed-off-by: Heather Halter * Reverted Gem File Signed-off-by: Heather Halter Signed-off-by: Heather Halter --- .github/ISSUE_TEMPLATE/issue_template.md | 10 +++------- Gemfile | 5 +++-- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md index 8f85d946..0d8b3522 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -6,19 +6,15 @@ labels: 'untriaged' assignees: '' --- -## What do you want to do? +**What do you want to do?** - [ ] Request a change to existing documentation - [ ] Add new documentation - [ ] Report a technical problem with the documentation - [ ] Other -## Tell us about your request. - -For example, what feature or area does it affect? What versions? If it’s a change to existing documentation, which pages (URLs) are affected? +**Tell us about your request.** Provide a summary of the request and all versions that are affected. -## Do you have any related resources to help us get started? -For example, a link to a related fixed issue, a design doc, or any particular POCs (Eng or PM) who have more information? +**What other resources are available?** Provide links to related issues, POCs, steps for testing, etc. -## Is there anything else you'd like to add? \ No newline at end of file diff --git a/Gemfile b/Gemfile index 2dc06281..343ebdea 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source "https://rubygems.org" +source "http://rubygems.org" # Hello! This is where you manage which Jekyll version is used to run. # When you want to use a different version, change it below, save the @@ -29,4 +29,5 @@ end gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.0" if Gem.win_platform? \ No newline at end of file +gem "wdm", "~> 0.1.0" if Gem.win_platform? +