File size: 715 Bytes
8b927fb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# GSSOC Contributor FAQ

## 📍 How do I run the project locally?

1. Clone the repository
2. Install dependencies
3. Run the application locally

---

## ✅ What is a good first issue?

Good first issues are beginner-friendly tasks designed for new contributors.

---

## 🔗 How should I choose an issue?

Choose issues that:
- have no assignee
- have no linked pull request
- are marked as beginner friendly or documentation

---

## ⌛How long does PR review usually take?

PR review time depends on maintainer availability and project activity.

---

## 📌 What should I do before creating a PR?

- Read CONTRIBUTING.md
- Follow project guidelines
- Test your changes
- Keep changes relevant to the issue