{% extends "base.html" %} {% load i18n %} {% load static %} {% load gravatar %} {% load socialaccount %} {% load humanize %} {% providers_media_js %} {% load custom_tags %} {% block title %} Create GitHub Issue {% endblock title %} {% block description %} Describe the issue you want to create on GitHub. Provide details such as the issue title, description, and any relevant labels. {% endblock description %} {% block keywords %} Create GitHub Issue, GitHub Issue, Issue Title, Issue Description, Issue Labels {% endblock keywords %} {% block og_title %} Create GitHub Issue - Detailed Reporting {% endblock og_title %} {% block og_description %} Efficiently create a GitHub issue by providing necessary details such as the issue title, description, and relevant labels. {% endblock og_description %} {% block style %} {% endblock style %} {% block content %} {% include "includes/sidenav.html" %}