-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #745 from Authenticator-Extension/dev
- Loading branch information
Showing
84 changed files
with
13,669 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<Do not use this to ask about lost codes or accounts> | ||
<More info here: https://authenticator.cc/docs/en/lost-codes> | ||
<You can also open an issue by Tweeting with #AuthenticatorFeedback> | ||
<You can also open an issue by Tweeting @AuthExtension> | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Bug Report | ||
description: Report a bug in Authenticator | ||
labels: | ||
- bug | ||
- unconfirmed | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Do not use this form to ask about lost codes or accounts! | ||
Read more [here](https://authenticator.cc/docs/en/lost-codes). | ||
- type: textarea | ||
attributes: | ||
label: Describe the issue | ||
description: Include detailed steps to reproduce the issue if appropriate. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Browser | ||
options: | ||
- Chrome | ||
- Firefox | ||
- Edge | ||
- Other | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Browser Version | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Extension Version | ||
description: The extension version is found by clicking the cog at the top left and looking at the bottom of the page. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
contact_links: | ||
- name: Feature Request | ||
url: https://github.com/Authenticator-Extension/Authenticator/discussions/new | ||
about: Please request features here. | ||
- name: Translation Issues | ||
url: https://crowdin.com/project/authenticator-firefox | ||
about: Please correct translation issues on Crowdin. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,4 @@ jobs: | |
args: npm test | ||
|
||
- name: Codecov | ||
uses: codecov/codecov-action@v1.4.1 | ||
uses: codecov/codecov-action@v1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.