From ad398cadc36bc2151d1e3962899f8f547485dfe0 Mon Sep 17 00:00:00 2001 From: Josep Prat Date: Wed, 7 Aug 2024 20:31:15 +0200 Subject: [PATCH 1/2] Add template for adding a partner (#104) As discussed online, this is a template that could be used to create something similar to a form to add new partners to the website. --------- Signed-off-by: Josep Prat Co-authored-by: Madelyn Olson --- .../add_participant_form_template.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add_participant_form_template.md 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 From 3373dde68ae103f6859573457a55fa3ac2b856a0 Mon Sep 17 00:00:00 2001 From: "Chris \"Not So\" Short" Date: Fri, 23 Aug 2024 12:42:21 -0400 Subject: [PATCH 2/2] Adding analytics to valkey.io (#111) ### Description Adding Fathom Analytics to site Analytics are important as we make changes and add content to the site. The data will enable us to find what pages perform well vs. those that don't. It can also enable discovery of how users use the site itself, which docs are more important to users, and a bevy of other useful data as the project grows. --------- Signed-off-by: Chris "Not So" Short Signed-off-by: Chris "Not So" Short Co-authored-by: Madelyn Olson --- templates/includes/head.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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