docs: add beginner-friendly guidance for new contributors

This commit is contained in:
AdityaSharma-Git3207 2026-04-13 10:08:39 +05:30
parent 0179726222
commit 4fa1c8f1c5

View file

@ -35,6 +35,18 @@ sign a new one.
This project follows
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).
### New to open source?
If you're contributing to this project for the first time, a great way to start is with small improvements such as:
- Fixing typos or improving documentation clarity
- Enhancing existing documentation
- Addressing issues related to documentation or developer experience
Starting with smaller documentation contributions can help you become familiar with the repository structure and contribution workflow before working on larger code changes.
If you're unsure where to start, consider reviewing open issues or documentation pages that could benefit from clarification or examples.
## Code contribution process
### Get started