Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 642 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 642 Bytes

Contributing to [bollinger-band-screener]

Thank you for your interest in contributing to [bollinger-band-screener]! We appreciate your help and support.

How to Contribute

To contribute to [bollinger-band-screener], follow these steps:

Fork the repository to your own GitHub account. Clone the repository to your local machine: git clone [https://github.com/atilaahmettaner/bollinger-band-screener.git] Create a new branch: git checkout -b Make your changes and commit them: git commit -am 'Add some feature' Push your changes to your fork: git push origin Create a pull request to the original repository.