Skip to content

Harmanjit14/flutter-test

Repository files navigation

✨ hacktoberfest2021 💫

banner

🌱 Contributing to hacktoberfest 2021

Welcome to hacktoberfest 2021 Public Repository. 👨🏻‍💻

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

What can You contribute ⚠️

  • There is a test_hacktober folder in the repo push your code there, anything will be accepted.
  • Contribute any algorithm, data-structure implementation or your favourite problmes or projects.
  • Make sure your follow the below steps.

How to Contribute to this repository

  • Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone the forked repository to your local machine.
  • Add/Create your project to the specific folder as described in what you can contribute section.
  • Make a new branch
  • Make change in the repository with the new branch.
  • Push the changes.
git add .
git commit -m "Your commit Message"
git push origin branch-name
  • Make a pull request.