Spaces:
Running
Running
| # 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 |