If you've noticed a bug or have a question, search the issue tracker to see if someone else in the community has already created a ticket. If not, go ahead and make one!
- Fork the repository
- To download the full source code after forking
git clone https://github.com/yourusernamehere/cryptowatch
- Make sure you have pipenv installed
- Then cd into the cryptowatch folder
cd cryptowatch
- Run
pipenv install
- Run
pipenv shell
At this point, you're ready to make your changes!
Feel free to ask for help; everyone is a beginner at first 😸 Make sure to make your commit messages informative and concise.
Try running all possible configurations for cryptowatch that you changed. (Sorry there are no tests currently). Basically don't just code without trying to run it afterwards.
First make sure to commit and push your changes to your forked repository. Check to see if there are any conflicts with the main repository and your fork. If there are none submit the request and give details as to what you changed or added.