Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix upload bug report by removing one call to encodeURIComponent #1931

Merged

Conversation

TylerLeonhardt
Copy link
Member

@TylerLeonhardt TylerLeonhardt commented Apr 28, 2019

PR Summary

It was being double encoded and would show up as jumbled text.

Also, # weren't getting decoded properly so I've switched to the underline mechanism in markdown.

Here's an example issue: #1930

Fixes #1929

PR Checklist

Note: Tick the boxes below that apply to this pull request by putting an x between the square brackets.
Please mark anything not applicable to this PR NA.

  • PR has a meaningful title
  • Summarized changes
  • PR has tests
  • This PR is ready to merge and is not work in progress
    • If the PR is work in progress, please add the prefix WIP: to the beginning of the title and remove the prefix when the PR is ready

@TylerLeonhardt TylerLeonhardt merged commit 0d992ad into PowerShell:master Apr 29, 2019
@TylerLeonhardt TylerLeonhardt deleted the fix-upload-bug-report branch April 29, 2019 05:39
TylerLeonhardt added a commit that referenced this pull request May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The "Upload Bug Report" command seems to not be working...
3 participants