always make more then 4 pull request
lets you have made only 4 pull request to different projects
but one project is excluded from hackoctoberfest event then your pull request will not be count and
then you have remains 3 valid pull request if these projects is not excluded.
if you fail to make 4 pull request then you cant get swags or t-shirts.
i will recommend you make pull request to your own repo which is very very saffest side for you..
keep in mind that repo has hacktoberfest topic..
Open source is changing the world - one pull request at a time. 🚀 Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2022 challenge and earn a limited edition T-shirt.
If you are a beginner, and looking for your first contribution, we are here to help. Just create simple python project and add to this repo. Make as your PR count.
💻 Our repo is open to beginner contributors who want to participate and complete successful PR Request.
Link to register: hacktoberfest.com
⚡ GitHub repository URLs will reference both the username associated with the owner of the repository, as well as the repository name.
⚡ When you’re on the main page for the repository, you’ll see a button to "Star" and “Fork” the repository on your upper right-hand side of the page, underneath your user icon.
⚡ To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.
⚡ Once we have the URL, we’re ready to clone the repository. To do this, we’ll combine the git clone command with the repository URL from the command line in a terminal window:
git clone https://github.com/Anup-maurya/Hacktober_Birthday.git
⚡ Once you have added new files or folders to the project, you can add them to your local repository, which you can do with the git add command. Let’s add the -A flag to add all changes that we have made :
git add -A
or git add .
⚡ Next, we’ll want to record the changes that we made to the repository with the git commit command.
⚡ The commit message is an important aspect of your code contribution; It helps the other contributors fully understand the change you have made, why you made it, and how significant it is. Additionally, commit messages provide a historical record of the changes for the project at large, helping future contributors along the way. Thus, you must ensure that you write a meaningful commit message. If in a confusion, refer to the good contribution guidelines included in the CONTRIBUTING.md
.
git commit -m "Updated Readme.md"
⚡ At this point you can use the git push command to push the changes to the current branch of your forked repository:
git push
Now navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.
🎩 Check your Hacktoberfest Contribution status at: 🙅🏼♂️ hacktoberfest.com