Simplified the Issue Template (#903)
* issue-template-changes Signed-off-by: Heather Halter <hdhalter@amazon.com> * FixIssueTemplate Signed-off-by: Heather Halter <hdhalter@amazon.com> * Template fix Signed-off-by: Heather Halter <hdhalter@amazon.com> * Reverted Gem File Signed-off-by: Heather Halter <hdhalter@amazon.com> Signed-off-by: Heather Halter <hdhalter@amazon.com>
This commit is contained in:
parent
d9013fd658
commit
5c959e90f7
|
@ -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.
|
||||
**Tell us about your request.** Provide a summary of the request and all versions that are affected.
|
||||
|
||||
For example, what feature or area does it affect? What versions? If it’s a change to existing documentation, which pages (URLs) are affected?
|
||||
|
||||
## Do you have any related resources to help us get started?
|
||||
**What other resources are available?** Provide links to related issues, POCs, steps for testing, etc.
|
||||
|
||||
For example, a link to a related fixed issue, a design doc, or any particular POCs (Eng or PM) who have more information?
|
||||
|
||||
## Is there anything else you'd like to add?
|
3
Gemfile
3
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
|
||||
|
@ -30,3 +30,4 @@ 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?
|
||||
|
||||
|
|
Loading…
Reference in New Issue