Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Niraj-Dilshan/infiniteverse-botnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infinite Verse Botnet

This is a beginner-friendly project to help you get started with your hacktoberfest. If you don't know where to start, feel free to watch the videos linked below and read the contribution rules. Happy Learning <3 💙 !!

P.S. Star ⭐ and Share this repository, if you had fun!! 😍

📌 Videos 📽️:

Contribution Rules 📌:

  • You can make small projects on Python or any other technology.
  • Do NOT remove other content.
  • Styling/code can be pretty, ugly, or stupid, big or small as long as it works.
  • Try to keep pull requests small to minimize merge conflicts.

Mandatory Step :

  • You have to star ⭐ this repository.

Getting Started 🚀:

  • Fork this repo (button on top)
  • Clone on your local machine

Open terminal

git clone https://github.com/Niraj-Dilshan/infiniteverse-botnet.git
  • Navigate to the project directory.
cd infiniteverse-botnet
  • Create a new Branch.
git checkout -b my-new-branch
  • To Add your File to our repo.
git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push.
git push origin my-new-branch
  • Create a new pull request from your forked repository.

Add your name to the contributors List

contributors/contributorsList.js

Avoid Conflicts {Syncing your fork}

An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.

git remote add upstream https://github.com/YourGitHubUsername/infiniteverse-botnet

You can verify that the new remote has been added by typing

git remote -v

To pull any new changes from your parent repo, simply run

git merge upstream/master

FAQs (Frequently Asked Questions)

  • Who all can contribute?
    • Anyone with a GitHub account and who is signed up for hacktoberfest :)
  • Are you getting paid for this?
    • Sadly no. We do it for fun, education, and glory.
  • How many pull requests (PR) must be made if I want to get an awesome t-shirt from Hacktoberfest 2023?
    • 4
  • How do I track my progress to get an awesome shirt from Hacktoberfest 2023?
    • go to:. (Check Out Your Own Stats at Right Top)
  • What is the duration of Hacktoberfest 2023?
    • It is from 1st October to 31st October 2023.
  • What is the event for?
    • For the open-source community engagement and learning how to contribute to open source.
We will do our best to merge as much as possible from everyone. However, time is limited <3