Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

68 lines (53 loc) · 1.59 KB

Contributing to BitcoinPrediction

First off, thank you for taking the time to contribute! 🚀 We're excited to have you here and appreciate your efforts to make this project better.

How Can You Contribute?

You can contribute in the following ways:

  • Reporting bugs 🕾️
  • Suggesting features ✨
  • Writing code 🛠️
  • Improving documentation 📓
  • Reviewing pull requests 👁️

Getting Started

  1. Fork the Repository: Click the Fork button at the top right of this repository.
  2. Clone Your Fork:
    git clone https://github.com/sundanc/bitcoinprediction.git
  3. Set Upstream Remote:
    git remote add upstream https://github.com/sundanc/bitcoinprediction.git
  4. Create a Branch:
    git checkout -b your-branch-name

Submitting Your Changes

  1. Commit Your Changes:
    Make sure your commits are descriptive and follow this format:

    feat: Add new feature
    fix: Correct an issue
    docs: Improve documentation
    style: Code formatting
    refactor: Refactor existing code
    

    Commit your changes:

    git add .
    git commit -m "Your commit message"
  2. Push to Your Fork:

    git push origin your-branch-name
  3. Open a Pull Request:

    • Go to the original repository on GitHub.
    • Click on the Pull Requests tab.
    • Click New Pull Request and select your branch.

Code of Conduct

This project is open to everyone. Be respectful and inclusive.


Let’s build something amazing together! ✨