PDF-Assit_RAG / docs /FAQ.md
Drishti Sharma
docs: add FAQ content
8b927fb
|
Raw
History Blame Contribute Delete
715 Bytes
# 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