Skip to content

chore: expand PR template with structured review sections (#151)#152

Merged
DavidKRK merged 10 commits into
copilot/review-code-security-performance-issuesfrom
gh-pages
Apr 4, 2026
Merged

chore: expand PR template with structured review sections (#151)#152
DavidKRK merged 10 commits into
copilot/review-code-security-performance-issuesfrom
gh-pages

Conversation

@DavidKRK
Copy link
Copy Markdown
Owner

@DavidKRK DavidKRK commented Apr 4, 2026

  • chore: update PR template with comprehensive sections

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/ac163cee-edd2-40f7-b02b-e202011f4948

  • fix: add Buy Me A Coffee icon to bio, music, and event pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/85ce37df-43f8-4a8b-8af8-b87edbd05ba4

  • fix: footer and meta tag consistency across all pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/9d58d090-5fe8-447f-93d9-ccec53438f37



name: Pull Request
about: Proposer un changement au projet
title: ''
labels: ''
assignees: ''


1. Quels sont les changements ?

Résumé des changements :

(Décrivez brièvement les modifications apportées.)

Tickets / Issues liés :

  • Closes #
  • Ref #

2. Pourquoi ces changements ?

Contexte métier :

(Expliquez la raison fonctionnelle ou business de ces changements.)

Justification technique :

(Expliquez les choix d'architecture ou d'implémentation retenus.)


3. Tests

Tests unitaires :

  • Nouveaux tests ajoutés
  • Tests existants mis à jour
  • Tous les tests passent (npm test / bundle exec rspec / …)

Tests manuels :

  • Testé en local
  • Testé sur un environnement de staging / preview

Performances & Sécurité :

  • Impact sur les performances évalué
  • Aucune vulnérabilité introduite (dépendances, injection, XSS, …)

4. Changements majeurs (Breaking Changes)

Cette PR introduit-elle des ruptures d'API ou de comportement ?

  • Non
  • Oui — détails ci-dessous :

(Décrivez les ruptures et les impacts pour les consommateurs de l'API / les autres équipes.)

Instructions de migration :

(Si applicable, décrivez les étapes nécessaires pour migrer.)


5. Exigences de déploiement

  • Migrations de base de données à exécuter
  • Nouvelles variables d'environnement à configurer (listez-les ci-dessous)
  • Feature flags à activer / désactiver
  • Services tiers à configurer ou notifier
  • Documentation mise à jour

Variables d'environnement :

Variable Description Valeur par défaut
NOM_VAR Description valeur

Notes de déploiement supplémentaires :

(Toute information utile pour l'équipe de déploiement.)

* chore: update PR template with comprehensive sections

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/ac163cee-edd2-40f7-b02b-e202011f4948

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: add Buy Me A Coffee icon to bio, music, and event pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/85ce37df-43f8-4a8b-8af8-b87edbd05ba4

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: footer and meta tag consistency across all pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/9d58d090-5fe8-447f-93d9-ccec53438f37

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 4, 2026 08:24
@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the pull request template, adds SEO meta tags for Open Graph and Twitter, and introduces a 'Buy Me A Coffee' link across several pages. Feedback suggests optimizing SEO by using root domain URLs and production-hosted images instead of GitHub raw links. Additionally, it is recommended to apply responsive sizing classes and relative heights to the new 'Buy Me A Coffee' icons to ensure consistency with the existing social media links.

Comment thread index.html Outdated
Comment thread shop.html Outdated
Comment thread bio.html Outdated
Comment thread music.html Outdated
Comment thread event.html Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves the repository’s website metadata/sharing previews, adds a “Buy Me A Coffee” link to key pages, and expands the GitHub pull request template to encourage more structured reviews.

Changes:

  • Expanded .github/PULL_REQUEST_TEMPLATE.md with structured sections (changes/why/tests/breaking/deploy).
  • Added Open Graph + Twitter meta tags to index.html and shop.html.
  • Added “Buy Me A Coffee” button to bio.html, music.html, and event.html (plus a small SoundCloud URL tweak in bio.html).

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 11 comments.

Show a summary per file
File Description
shop.html Adds OG/Twitter meta tags and updates footer year display.
index.html Adds OG/Twitter meta tags for richer link previews.
bio.html Adds Buy Me A Coffee link and normalizes SoundCloud URL.
music.html Adds Buy Me A Coffee link to the social icon row.
event.html Adds Buy Me A Coffee link to the social icon row.
.github/PULL_REQUEST_TEMPLATE.md Replaces the minimal template with a structured checklist-based template.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread bio.html Outdated
Comment thread bio.html Outdated
Comment thread bio.html Outdated
Comment thread music.html Outdated
Comment thread music.html Outdated
Comment thread event.html Outdated
Comment thread event.html Outdated
Comment thread event.html Outdated
Comment thread index.html Outdated
Comment thread shop.html Outdated
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
DavidKRK and others added 2 commits April 4, 2026 10:30
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Correction Buy Me a Coffee

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Correction Buy Me A Coffee event.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Copy link
Copy Markdown
Owner Author

@DavidKRK DavidKRK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correction Buy Me a Coffee

Copy link
Copy Markdown
Owner Author

@DavidKRK DavidKRK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot corrige

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 4, 2026

@DavidKRK I can’t apply these changes because the pull request’s branch is the repository’s default branch, which I’m not allowed to push to directly.

You can ask me to create a new pull request with the requested changes instead and I'll open a separate PR on a new branch.

@DavidKRK
Copy link
Copy Markdown
Owner Author

DavidKRK commented Apr 4, 2026

@DavidKRK I can’t apply these changes because the pull request’s branch is the repository’s default branch, which I’m not allowed to push to directly.

You can ask me to create a new pull request with the requested changes instead and I'll open a separate PR on a new branch.

@copilot comment vous autoriser à faire des actions sur ma branche principales?

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 4, 2026

@DavidKRK I've opened a new pull request, #153, to work on those changes. Once the pull request is ready, I'll request review from you.

…ons (#153)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread music.html
Comment thread shop.html
Comment thread index.html
Comment thread event.html
Comment thread bio.html
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 4, 2026

@DavidKRK I can’t apply these changes because the pull request’s branch is the repository’s default branch, which I’m not allowed to push to directly.

You can ask me to create a new pull request with the requested changes instead and I'll open a separate PR on a new branch.

@DavidKRK
Copy link
Copy Markdown
Owner Author

DavidKRK commented Apr 4, 2026

@DavidKRK I can’t apply these changes because the pull request’s branch is the repository’s default branch, which I’m not allowed to push to directly.

You can ask me to create a new pull request with the requested changes instead and I'll open a separate PR on a new branch.

@copilot @copilot dis moi ce que je dois faire

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 4, 2026

@DavidKRK I've opened a new pull request, #157, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread index.html Outdated
Comment thread music.html Outdated
Comment thread bio.html Outdated
Comment thread shop.html
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread event.html Outdated
Comment on lines +97 to +101
@@ -98,6 +98,7 @@ <h1 class="main-title">David KRK</h1>
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-soundcloud"></i></a>
<a href="https://www.tiktok.com/@davidkrk" target="_blank" aria-label="TikTok"
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-tiktok"></i></a>
<a href="https://www.buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="" style="height: 1em; vertical-align: middle;"></a>
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Les liens externes avec target="_blank" dans ce bloc (ex. SoundCloud/TikTok) n’ont pas de rel="noopener noreferrer". Ajouter rel="noopener noreferrer" à tous les ici (pas uniquement Buy Me A Coffee) pour éviter le reverse-tabnabbing et rester cohérent.

Copilot uses AI. Check for mistakes.
Comment on lines +10 to +14
## 1. Quels sont les changements ?

(Décrivez ici les changements que vous proposez.)
**Résumé des changements :**

**Issue liée**
(Décrivez brièvement les modifications apportées.)
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Le titre de la PR mentionne uniquement l’extension du template, mais ce diff inclut aussi des changements fonctionnels sur plusieurs pages HTML (Open Graph/Twitter meta, liens Buy Me A Coffee, footer). À aligner : soit mettre à jour le titre, soit scinder en PRs séparées pour faciliter review et historique.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dis moi le titre, et toutes les opérations que je dois faire

…act.html meta tags (#157)

* Initial plan

* fix: add rel="noopener noreferrer" to all external target="_blank" links and fix contact.html meta tags

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/701ae9ad-a10e-4307-acea-f3a255e6d73b

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update bio.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@DavidKRK DavidKRK merged commit 121febf into copilot/review-code-security-performance-issues Apr 4, 2026
10 checks passed
DavidKRK added a commit that referenced this pull request Apr 4, 2026
… (#158)

* chore: expand PR template with structured review sections (#151) (#152)

* chore: expand PR template with structured review sections (#151)

* chore: update PR template with comprehensive sections

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/ac163cee-edd2-40f7-b02b-e202011f4948

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: add Buy Me A Coffee icon to bio, music, and event pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/85ce37df-43f8-4a8b-8af8-b87edbd05ba4

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: footer and meta tag consistency across all pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/9d58d090-5fe8-447f-93d9-ccec53438f37

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update shop.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update index.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update music.html

Correction Buy Me a Coffee

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update event.html

Correction Buy Me A Coffee event.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* fix: security, accessibility, and og:image compatibility on social icons (#153)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: add rel="noopener noreferrer" to all external links and fix contact.html meta tags (#157)

* Initial plan

* fix: add rel="noopener noreferrer" to all external target="_blank" links and fix contact.html meta tags

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/701ae9ad-a10e-4307-acea-f3a255e6d73b

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Copilot/sub pr 152 (#156)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update bio.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update contact.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update contact.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update contact.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update index.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update shop.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
DavidKRK added a commit that referenced this pull request Apr 4, 2026
…html (#159)

* chore: update PR template with comprehensive sections

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/ac163cee-edd2-40f7-b02b-e202011f4948

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: add Buy Me A Coffee icon to bio, music, and event pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/85ce37df-43f8-4a8b-8af8-b87edbd05ba4

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: footer and meta tag consistency across all pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/9d58d090-5fe8-447f-93d9-ccec53438f37

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: security, accessibility, and og:image compatibility on social icons (#153)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: add rel="noopener noreferrer" to all external links and fix contact.html meta tags (#157)

* Initial plan

* fix: add rel="noopener noreferrer" to all external target="_blank" links and fix contact.html meta tags

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/701ae9ad-a10e-4307-acea-f3a255e6d73b

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Copilot/sub pr 152 (#156)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update bio.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* chore: expand PR template with structured review sections (#151) (#152) (#158)

* chore: expand PR template with structured review sections (#151) (#152)

* chore: expand PR template with structured review sections (#151)

* chore: update PR template with comprehensive sections

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/ac163cee-edd2-40f7-b02b-e202011f4948

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: add Buy Me A Coffee icon to bio, music, and event pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/85ce37df-43f8-4a8b-8af8-b87edbd05ba4

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: footer and meta tag consistency across all pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/9d58d090-5fe8-447f-93d9-ccec53438f37

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update shop.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update index.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update music.html

Correction Buy Me a Coffee

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update event.html

Correction Buy Me A Coffee event.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* fix: security, accessibility, and og:image compatibility on social icons (#153)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: add rel="noopener noreferrer" to all external links and fix contact.html meta tags (#157)

* Initial plan

* fix: add rel="noopener noreferrer" to all external target="_blank" links and fix contact.html meta tags

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/701ae9ad-a10e-4307-acea-f3a255e6d73b

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Copilot/sub pr 152 (#156)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update bio.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update contact.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update contact.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update contact.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update index.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update shop.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: automation-suite.yml — date expansion, action pinning, lychee output, audit safety (#154)

* fix: improve automation-suite.yml reliability and security

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/4fa87663-6160-4fcd-a8fb-2aead55c153e

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: restore flex justify-center wrapper on social icons + sync HTML files with gh-pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/60b00350-27dd-4bdb-8b42-ebb8cd7adea5

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants