# 👨🏻‍💻 Contributing Guidelines

  1. Open the issue first.
  2. Fork the repository by running the following command inside the terminal:
git clone https://github.com/MLH-Fellowship/Shortify.git
  1. Create and switch to the new branch. For creating a new branch, type the following insde the terminal:
git checkout -b username/feature
  1. Commit the changes in your forked repository.
  2. Open a pull request & mention the issue number in the pull request for reference.