Thank you for showing interest in contributing to HackRadar! We welcome all kinds of contributions — bug fixes, new scrapers, feature requests, or improvements to the documentation.
-
Fork the repo and clone your fork locally.
-
Create a new branch:
git checkout -b your-feature-name
-
Make your changes.
-
Run the tests and ensure everything works.
-
Commit and push your changes:
git commit -m "Add your message here" git push origin your-feature-name -
Open a Pull Request.
- Follow existing code structure and naming conventions.
- Keep your changes focused and minimal.
- Write clear and concise commit messages.
- If adding a new scraper, place it in the
adapters/folder.
Feel free to open an issue or discussion if you have any questions.
We’re glad to have you here 💙