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? +