-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (83 loc) · 4.71 KB
/
index.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Hacktoberfest FAQ</title>
</head>
<body>
<header>
<h1>Hacktoberfest FAQ</h1>
</header>
<main>
<section class="question">
<h2>What is Hacktoberfest?</h2>
<p>Hacktoberfest is an annual month-long event that celebrates open source software. It encourages developers, designers, and tech enthusiasts from around the world to contribute to open source projects by making a minimum of four pull requests (PRs) on platforms like GitHub during the month of October.</p>
</section>
<section class="question">
<h2>When does Hacktoberfest take place?</h2>
<p>Hacktoberfest takes place every year during the month of October.
</p>
</section>
<section class="question">
<h2>Is Hacktoberfest only for experienced developers??</h2>
<p>No, Hacktoberfest is open to developers of all levels, from beginners to experienced
professionals.
It's a great opportunity for newcomers to open source to get involved, learn, and make contributions.</p>
</section>
<section class="question">
<h2>How do I participate in Hacktoberfest?</h2>
<p>To participate in Hacktoberfest, follow these steps:
<ol>
<li>Register on the <a href="https://hacktoberfest.digitalocean.com/">Hacktoberfest website</a>.</li>
<li>Find open source projects on platforms like GitHub and make at least four meaningful contributions by creating pull requests.</li>
<li>Ensure your contributions follow the event's guidelines and are accepted by the project maintainers.</li>
</ol>
</p>
</section>
<section class="question">
<h2>What qualifies as a valid Hacktoberfest contribution?</h2>
<p>A valid Hacktoberfest contribution should meet the following criteria:
<ul>
<li>The PR must be made to a public repository.</li>
<li>The PR must be merged, approved, or labeled as "hacktoberfest-accepted" by the project maintainers.</li>
<li>Contributions can include bug fixes, code improvements, documentation updates, and more.</li>
</ul>
</p>
</section>
<section class="question">
<h2>Can I contribute to any open source project for Hacktoberfest??</h2>
<p>Yes, you can contribute to any open source project,
as long as it meets the Hacktoberfest criteria. However,
some maintainers may label their issues with "hacktoberfest" to indicate
that they are open to contributions for the event.
</p>
</section>
<section class="question">
<h2>Are there any rewards for participating in Hacktoberfest??</h2>
<p>Aside from the knowledge you’ll gain, (and the fun you’ll have) you can earn a digital reward kit courtesy of DigitalOcean and our sponsors and partners.
You’ll receive your digital reward once you’ve completed four accepted pull/merge requests.
Also, the first 50,000 participants to have their first PR/MR accepted will have a tree planted in their name through <a href="https://tree-nation.com/profile/hacktoberfest"> Tree Nation</a>.
</p>
</section>
<section class="question">
<h2>What should I do if my PR is not accepted ?</h2>
<p>If your pull request is not accepted or labeled as "hacktoberfest-accepted,"
don't worry. It's important to focus on quality contributions, and sometimes
maintainers may have specific criteria or guidelines for accepting contributions.
You can continue to make contributions to other projects or improve your
existing PRs based on feedback.
</p>
</section>
<section class="question">
<h2>Where can I find more information about Hacktoberfest??</h2>
<p>You can find more information and updates about Hacktoberfest on the <a href="https://hacktoberfest.com/about/"> official Hacktoberfest website </a>.
Additionally, you can follow the event's announcements on social media and participate in community
discussions to stay informed.
</p>
</section>
<!-- Add more sections for other FAQ items -->
</main>
</body>
</html>