mozilla / multi-account-containers

Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
https://addons.mozilla.org/firefox/addon/multi-account-containers/
Mozilla Public License 2.0
2.64k stars 322 forks source link

fix: remove broken escape from issue template #2555

Closed leodag closed 10 months ago

leodag commented 11 months ago

Currently, clicking on 'New Issue' in the issues tab doesn't show the option to actually create an issue because the template is broken (maybe this is a problem with github's parsing?) with the following error:

image

(screenshot from https://github.com/mozilla/multi-account-containers/blob/main/.github/ISSUE_TEMPLATE/bug.yml )

Removing the backslash before a single quote fixes the issue. Even if the issue is with GitHub's parsing, the backslash is redundant anyway.

You can test this on my fork: https://github.com/leodag/multi-account-containers/issues/new/choose

leodag commented 10 months ago

Already fixed on 1142c738, closing this.