diff --git a/.github/ISSUE_TEMPLATE/add_participant_form_template.md b/.github/ISSUE_TEMPLATE/add_participant_form_template.md
new file mode 100644
index 0000000..d2a1d02
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/add_participant_form_template.md
@@ -0,0 +1,29 @@
+---
+name: 🏢 Add Participant Form
+about: Create a request to add a participant in the website
+title: "[PARTNER]"
+labels: 'participant, untriaged'
+assignees: ''
+---
+
+**Add Participant Form**
+
+This is an issue created to request the Valkey Project adding a company as a participant in the website. If you want your company to be added please make sure the content is factual and related to the Valkey project.
+
+**Company Information**
+
+- [ ] Provide Company Name: {placeholder}
+- [ ] Provide Company URL: {placeholder}
+- [ ] Provide Description of Company (50 words or less): {placeholder}
+- [ ] Provide Link to Valkey related offering: {placeholder}
+- [ ] Provide Description related to Valkey offering (50 words or less): {placeholder}
+- [ ] Attach the company Logo (use SVG format if possible)
+
+
+**Contact Person**
+
+We want to be able to reach out to you if we have questions while processing this request. Please introduce your contact details (or the details of the responsible person in your company).
+
+- [ ] Name
+- [ ] GitHub handle
+- [ ] E-mail
diff --git a/templates/includes/head.html b/templates/includes/head.html
index 3a5667d..4d4c78f 100644
--- a/templates/includes/head.html
+++ b/templates/includes/head.html
@@ -39,15 +39,9 @@
-
+
+
+
{% if page and page.extra and page.extra.head_extra %}{{ page.extra.head_extra }}{% endif %}
\ No newline at end of file