Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 957 Bytes

File metadata and controls

37 lines (24 loc) · 957 Bytes

🙌 Contributing to HackRadar

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.

🛠️ How to Contribute

  1. Fork the repo and clone your fork locally.

  2. Create a new branch:

    git checkout -b your-feature-name
  3. Make your changes.

  4. Run the tests and ensure everything works.

  5. Commit and push your changes:

    git commit -m "Add your message here"
    git push origin your-feature-name
  6. Open a Pull Request.

✅ Guidelines

  • 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.

📞 Need Help?

Feel free to open an issue or discussion if you have any questions.

We’re glad to have you here 💙