-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathalwayschange.html
28 lines (25 loc) · 1.33 KB
/
alwayschange.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alwayschange</title>
</head>
<body>
<div class="card">
<h1>Hacktoberfest</h1>
<h3>Hello.... <span>I'm</span>Ibrahim Musa</h3>
<p>Every October, over 100k participants from all over the world participate in Hacktoberfest by going on
GitHub, choosing a repository, and contributing to it.
Contributions are done by submitting a pull request (PR) to any repository that is participating in
Hacktoberfest. Once your pull request is deemed accepted (we'll go over how that works in the next
sections), it will count into your participation in Hacktoberfest.
To successfully participate in Hacktoberfest, you will need to submit at least 4 accepted pull requests to
any repositories that are participating in Hacktoberfest.
Once Hacktoberfest is over, which is at the end of October, the first 55,000 participants to have submitted
at least 4 accepted pull requests will receive a t-shirt with a swag pack. And, starting this year,
maintainers will be able to receive swag packs as well!</p>
</div>
</body>
</html>