-
-
Notifications
You must be signed in to change notification settings - Fork 656
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 #2476 from MyCryptoHQ/release/1.6.3
release/1.6.3
- Loading branch information
Showing
8 changed files
with
179 additions
and
254 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"develop": { | ||
"gitUrl": "[email protected]:MyCryptoHQ/MyCrypto.git", | ||
"distFolder": "dist/prod", | ||
"buildCommand": "yarn && npm run build" | ||
"buildCommand": "rm -rf node_modules && yarn && yarn build" | ||
}, | ||
"beta": { | ||
"gitUrl": "[email protected]:MyCryptoHQ/MyCrypto-Beta.git", | ||
|
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,37 +1,38 @@ | ||
If you're having an issue with unlocking your wallet, a transaction, a swap, | ||
or an ENS auction, please email [email protected]. Github issues are for | ||
development only, and support questions that aren't bugs or feature requests | ||
will not be answered. | ||
*Github issues are primarily for reporting bugs or getting assistance with development-related items. If you have a question or need support with our product, please email [email protected] for faster attention.* | ||
|
||
*If you are reporting an issue, please use the template below so we can reproduce, determine the cause of the issue, and fix it! If you are not reporting an issue, delete this entire thing and type away. Thanks!* | ||
|
||
--- | ||
|
||
If you've experienced a bug, please provide the following information: | ||
|
||
### Description of the Issue | ||
### Description of Issue | ||
|
||
(Your description goes here) | ||
... | ||
|
||
### Steps to Reproduce | ||
|
||
(Explain how you got this issue) | ||
### What exactly were you doing when you encountered this issue? | ||
|
||
### Description of Your Machine | ||
...Give us some steps to reproduce... | ||
|
||
(Your browser, browser version, operating system, device) | ||
|
||
### Console Logs / Screenshots | ||
### How were you accessing your wallet? | ||
|
||
(Console logs or screenshots go here, if applicable) | ||
...Ledger, Trezor, MetaMask, Private Key, Keystore File, Parity Signer, Mnemonic Phrase?... | ||
|
||
--- | ||
|
||
If you're suggesting a feature, make sure someone hasn't already posted it. If | ||
no one has, please provide the following information: | ||
### Description of Your Machine | ||
|
||
- Browser: | ||
- Browser version: | ||
- Operating system: | ||
- Device: | ||
- MyCrypto.com vs Desktop Application? | ||
- MyCrypto Version Number: | ||
|
||
|
||
### Console Logs / Screenshots | ||
|
||
### Description of the Feature | ||
... | ||
|
||
(Your description goes here) | ||
|
||
### Example(s) of Feature | ||
|
||
(If another product or app is doing this, please link it) |
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,29 +1,29 @@ | ||
If you're contributing translations, please follow the contributor guidelines | ||
at https://github.com/MyCryptoHQ/MyCrypto/wiki/Contributor-Guidelines#providing-translations | ||
*To help us understand & test your amazing contribution, please include the below information with your PR. 🙏 Thanks!* | ||
|
||
--- | ||
|
||
If you're contributing code, please link to the issue it resolves and follow the | ||
contributor guidelines at https://github.com/MyCryptoHQ/MyCrypto/wiki/Contributor-Guidelines#contributing-code and fill out the following template: | ||
### Closes #ISSUE_NUMBER_GOES_HERE | ||
|
||
Closes #(issue number goes here) | ||
🎉 🎉 🎉 | ||
|
||
### Description | ||
|
||
(Description goes here) | ||
...... | ||
|
||
|
||
### Changes | ||
|
||
* High level | ||
* Changes that | ||
* You Made | ||
* changes that | ||
* you made | ||
|
||
|
||
### Steps to Test | ||
|
||
1. Steps | ||
2. To | ||
3. Test | ||
2. to | ||
3. test | ||
|
||
|
||
### Screenshots | ||
|
||
(Only if applicable) | ||
...only if applicable... |
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
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.