-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Centralize cryptocurrency pairs in config.js
Improve webpage layout Improve general performance by eliminating unnecessary writes to the database
- Loading branch information
Showing
22 changed files
with
822 additions
and
372 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
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,16 @@ | ||
# Contribution Guidelines | ||
Contributions are pleasantly welcomed, but following few guideline can go a long way in a hassle free in integration of your code. | ||
|
||
* Forking the main repository is always the best way to contribute and keep track of changes. | ||
* Document your code, and try to follow the code style of the the base project. | ||
* Add adequate descriptions with your pull requests. The following are few questions you could answer while writing the description: | ||
+ What were you trying to do, and were you successful in doing so? | ||
+ Are there any known issues that you want to mention before the code is integrated? | ||
* Your pull request must pass the placed build tests, unless a reasonable explanation is provided. | ||
* Always double check that your changes do not break the main project. | ||
|
||
In case your pull-requests are not accepted, I will make sure to add a reason. | ||
|
||
Issues and feature requests should be posted to [Issues][] tab. If you have any other questions, you can contact me via email or Telegram. | ||
|
||
[Issues]: https://github.com/uzillion/crypto-whale-watcher/issues |
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
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.