Skip to content

Commit af02e17

Browse files
authored
Updated Rules for HacktoberFest-2023
1 parent 14423b6 commit af02e17

File tree

1 file changed

+128
-0
lines changed

1 file changed

+128
-0
lines changed

README.md

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
<div align="center">
2+
<h1> Hacktober-2023 </h1>
3+
🚀 This repository is for collecting the different projects made by people who wants to contribute in open source.
4+
5+
<br/>
6+
7+
8+
9+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&logo=github)](https://github.com/kaal-coder/HacktoberFest-For-All)
10+
[![Open Source Love](https://img.shields.io/badge/Open%20Source-%F0%9F%A4%8D-Green)](https://github.com/kaal-coder/HacktoberFest-For-All022)
11+
[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3)](https://github.com/kaal-coder/HacktoberFest-For-All)
12+
[![Hacktoberfest-2022](https://img.shields.io/static/v1.svg?label=Hacktoberfest-2023&message=accepted&color=red)](https://github.com/kaal-coder/HacktoberFest-For-All)
13+
14+
</div>
15+
16+
17+
18+
19+
- Anyone can add any type of valid html-css web page depends on you.
20+
21+
- You can add any small projects you have made.
22+
23+
- You can add programs too, in any programming language, but your program must be something different or unique.
24+
25+
- Do not just re-edit the file or make some small changes this kind of PRs will not be accepted.
26+
27+
- Do not add anyone else's work in this repository. It will leads to failure of your pull request.
28+
29+
30+
31+
32+
33+
## `Steps To Generate PR(Pull Request)`
34+
35+
- (Star ⭐ & Fork 🍽️) this repository. - Must Step
36+
- Follow [kaal-coder](https://www.github.com/kaal-coder) get it merged fast.
37+
# Fork this repository
38+
39+
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
40+
41+
# Clone the repository
42+
43+
Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.
44+
45+
*if you want to use the terminal, use the following commands*
46+
after you fork the repository , open the terminal type the given command
47+
```
48+
git clone https://github.com/{your-github-username}/Hacktober-2022.git
49+
50+
```
51+
52+
# Create a branch
53+
54+
Then create a branch on your local repository to solve a problem.
55+
56+
*terminal commands*
57+
```
58+
git checkout -b your_new_branch_name
59+
60+
```
61+
62+
63+
# Add & commit
64+
65+
Add your changes(folder) to that branch. <br/>
66+
Make necessary changes and commit those changes.
67+
*terminal commands*
68+
```
69+
git add .
70+
git commit -m "your-commit-message"
71+
72+
```
73+
74+
# Push changes to GitHub
75+
76+
Finally push your local repository to remote repository
77+
Compare & Submit a Pull Request
78+
79+
*terminal commands*
80+
```
81+
git push origin <branch-name>
82+
83+
```
84+
85+
Then go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.
86+
87+
Now submit the pull request.
88+
89+
90+
### Don't forget to read the contributing rules mentioned below to be successfully merged your PR and get rewards!!!
91+
92+
🏹 Visit <a href="hacktoberfest.com" target="_blank">Hacktoberfest</a> to get more information about Hacktoberfest 2022!!!
93+
94+
✈ Visit <a href="https://hacktoberfest-swag.com" target="_blank">Hacktoberfest-swag</a> to know more about your swags and rewards!!!
95+
96+
# 🛡Rules to Contribute
97+
- ⚓Star this repo to get latest updates.
98+
If you had fun while contributing to this project, then don't forget to give this project a star ⭐.
99+
100+
- ⚓Give your file a proper extension according to language. Ex. .py, .java, .js. html etc.
101+
- ⚓Name your file related to your topic.
102+
- ⚓Put your files in correct folder like .py in Python, .js in Javascript etc.
103+
- ⚓You can follow ME😁.
104+
-----------------------------------------
105+
106+
107+
108+
109+
## Note
110+
All contributors who have followed the rules to contribute get successfully merged PR. Don't forget to follow!!!
111+
112+
Have some patience to get successfully merged PR. Keep Patience!!!
113+
114+
We're happy to merge valid pull requests to this repository !
115+
116+
117+
118+
## + Follow Me : } Quick Approval of Pull Request
119+
120+
```py
121+
'''
122+
To get approval of the pull request much quicker (`Follow Me`)🚀
123+
'''
124+
```
125+
<a align="center" href="https://www.linkedin.com/in/kaushik-lakhani-08012001/"><kbd><img src="https://avatars.githubusercontent.com/u/85815858?v=4" width="100px;" alt=""/></kbd><br /><sub><b>Kaushik Lakhani</b></sub></a><br />
126+
127+
`For doubts contact kaushik.lakhani123@gmail.com`
128+
### Happy coding fellas!!💕✨

0 commit comments

Comments
 (0)