{% extends 'base.html' %} {% load static %} {% block content %}
Open Source Help Community Logo

Open Source Help Community

An Online Platform To Help People To Start Contributing To Open Source Projects

Our Mission

"Open Source Help Community is a virtual platform to help people to start contributing to open source projects"

OSHC is established with the idea in mind to reach those people who are interested in contributing to open source projects but find it difficult. OSHC organizes sessions with open source projects contributors and publishes material which will be useful for people to get started with contributing to open source projects.

If you would like to share your thoughts or your journey with us, have ideas to make this great, or have questions, please get in touch at opensourcehelpcommunity@gmail.com

Upcoming Sessions

{% if chatSession %} {% for session in chatSession %}

{{ session.title }}

{{ session.profile_name }} {{ session.description }}
{{ session.start_date }} - {{ session.end_date }}
{% endfor %} {% else %} No session available {% endif %}
{% endblock %}