Skip to content

Hactoberfest X MIBCS 2022 repo for students to contribute in open source projects within campus

License

Notifications You must be signed in to change notification settings

Pratikshagite156/Hactoberfest-X-MIBCS-2022

 
 

Repository files navigation

Hactoberfest-X-MIBCS-2022

Hactoberfest X MIBCS 2022 is a repository for students to contribute to open source projects within the campus or any on the internet

You should fork and star this repository

Contribution Guidelines

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star!

How to contribute:

  • Either direclty edit the code on github by clicking the pen icon
  • Or Add your files by Uploading into the repository

OR

  • Follow the steps below for a complete guide

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/<your_username>/Hactoberfest-X-MIBCS-2022.git

3. Navigate to the project directory 📁 .

cd Hactoberfest-X-MIBCS-2022

4. Add a reference (remote) to the original repository.

git remote add upstream https://github.com/Chinmay-03/Hactoberfest-X-MIBCS-2022.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perfom your desired changes to the code base.

9. Track your changes ✔.

git add . 

10. Commit your changes.

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on Compare & pull requests.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create pull request.

15. Voilà! You have made a PR to Originals. Wait for your submission to be accepted and your PR to be merged.

Ask doubts in the Discussion Forum




mibcs

About

Hactoberfest X MIBCS 2022 repo for students to contribute in open source projects within campus

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.4%
  • Python 17.2%
  • HTML 8.4%
  • CSS 7.7%
  • C 2.4%
  • Java 1.9%